diff options
Diffstat (limited to 'sim/cris')
-rw-r--r-- | sim/cris/ChangeLog | 4 | ||||
-rw-r--r-- | sim/cris/sim-main.h | 11 |
2 files changed, 4 insertions, 11 deletions
diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog index f3e0dbd..23c739d 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/ChangeLog @@ -1,5 +1,9 @@ 2015-04-18 Mike Frysinger <vapier@gentoo.org> + * sim-main.h (SIM_ENGINE_HALT_HOOK, SIM_ENGINE_RESTART_HOOK): Delete. + +2015-04-18 Mike Frysinger <vapier@gentoo.org> + * sim-main.h (USING_SIM_BASE_H): Delete. 2015-04-18 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/cris/sim-main.h b/sim/cris/sim-main.h index d1a7c1e..4dc04a2 100644 --- a/sim/cris/sim-main.h +++ b/sim/cris/sim-main.h @@ -30,17 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "cris-desc.h" #include "cris-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 "cris-sim.h" |