X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Flm32%2Fsim-main.h;h=b2efcb977beca0c34beb9057c182245381dcbd87;hb=975f8708de015fb2b813edbf8b714f4777c57a41;hp=9a6ba1adf478470a91a2c68137f6dba05ffafce4;hpb=20bca71d82598a015de0991196e45f0b5f7ead81;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/lm32/sim-main.h b/sim/lm32/sim-main.h index 9a6ba1adf4..b2efcb977b 100644 --- a/sim/lm32/sim-main.h +++ b/sim/lm32/sim-main.h @@ -1,7 +1,7 @@ /* Lattice Mico32 simulator support code Contributed by Jon Beniston - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -23,7 +23,7 @@ #ifndef SIM_MAIN_H #define SIM_MAIN_H -#define USING_SIM_BASE_H /* FIXME: quick hack */ +#define WITH_SCACHE_PBB 1 #include "symcat.h" #include "sim-basics.h" @@ -31,17 +31,6 @@ #include "lm32-desc.h" #include "lm32-opc.h" #include "arch.h" - -#define SIM_ENGINE_HALT_HOOK(sd, cpu, cia) \ -do { \ - if (cpu) /* null if ctrl-c */ \ - sim_pc_set ((cpu), (cia)); \ -} while (0) -#define SIM_ENGINE_RESTART_HOOK(sd, cpu, cia) \ -do { \ - sim_pc_set ((cpu), (cia)); \ -} while (0) - #include "sim-base.h" #include "cgen-sim.h" #include "lm32-sim.h"