diff options
Diffstat (limited to 'sim/moxie/sim-main.h')
-rw-r--r-- | sim/moxie/sim-main.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sim/moxie/sim-main.h b/sim/moxie/sim-main.h index cb1ce72..5a9f7c7 100644 --- a/sim/moxie/sim-main.h +++ b/sim/moxie/sim-main.h @@ -47,11 +47,6 @@ struct _sim_cpu { struct sim_state { sim_cpu *cpu[MAX_NR_PROCESSORS]; -#if (WITH_SMP) -#define STATE_CPU(sd,n) ((sd)->cpu[n]) -#else -#define STATE_CPU(sd,n) ((sd)->cpu[0]) -#endif sim_state_base base; }; |