X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fft32%2Fsim-main.h;h=af770a91f12beb425545420b139aa13aeb27c8c9;hb=af0b2a3e85df9f49a3528e5b7578fcf9412f1acc;hp=1aa4248dc30e673658e886428b78a82fa178a03d;hpb=78e9aa70febc3985a2c88dbc0c7a87d214231c3d;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/ft32/sim-main.h b/sim/ft32/sim-main.h index 1aa4248dc3..af770a91f1 100644 --- a/sim/ft32/sim-main.h +++ b/sim/ft32/sim-main.h @@ -1,6 +1,6 @@ /* Simulator for FTDI FT32 processor. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2020 Free Software Foundation, Inc. Contributed by FTDI This file is part of simulators. @@ -22,21 +22,14 @@ #define SIM_MAIN_H #include "sim-basics.h" - -typedef address_word sim_cia; - #include "sim-base.h" #include "bfd.h" -typedef struct _sim_cpu SIM_CPU; - #include "ft32-sim.h" struct _sim_cpu { /* The following are internal simulator state variables: */ -#define CIA_GET(CPU) ((CPU)->state.pc + 0) -#define CIA_SET(CPU,CIA) ((CPU)->state.pc = (CIA)) struct ft32_cpu_state state;