X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fd10v%2Fsim-main.h;h=76f06d83a45231705152a6b6fb15e34aaa097d73;hb=8b8c7c9f49992750f66f81b4601d593a3858d98c;hp=c83c78c8ed37a70827a95c8dfdc856d82421c36e;hpb=78e9aa70febc3985a2c88dbc0c7a87d214231c3d;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/d10v/sim-main.h b/sim/d10v/sim-main.h index c83c78c8ed..76f06d83a4 100644 --- a/sim/d10v/sim-main.h +++ b/sim/d10v/sim-main.h @@ -1,5 +1,5 @@ /* Simulation code for the d10v processor. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of simulators. @@ -21,20 +21,14 @@ #include "sim-basics.h" -typedef address_word sim_cia; typedef long int word; typedef unsigned long int uword; -typedef struct _sim_cpu SIM_CPU; - #include "sim-base.h" #include "bfd.h" #include "d10v_sim.h" -#define CIA_GET(cpu) PC -#define CIA_SET(cpu,val) SET_PC (val) - struct _sim_cpu { sim_cpu_base base;