From fb891446b7c6aa5432e84bbc67a7f9452afd057e Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 24 Feb 2001 02:43:11 +0000 Subject: 2001-02-23 Ben Elliston * sim-main.h (ENGINE_ISSUE_PREFIX_HOOK): Only define if not already defined elsewhere. --- sim/mips/sim-main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sim/mips/sim-main.h') diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index 9e87fbf..3ccd4a9 100644 --- a/sim/mips/sim-main.h +++ b/sim/mips/sim-main.h @@ -328,6 +328,7 @@ struct _sim_cpu { #define simSIGINT (1 << 28) /* 0 = do nothing; 1 = SIGINT has occured */ #define simJALDELAYSLOT (1 << 29) /* 1 = in jal delay slot */ +#ifndef ENGINE_ISSUE_PREFIX_HOOK #define ENGINE_ISSUE_PREFIX_HOOK() \ { \ /* Perform any pending writes */ \ @@ -343,6 +344,7 @@ struct _sim_cpu { else \ STATE &= ~simPCOC0; \ } +#endif /* ENGINE_ISSUE_PREFIX_HOOK */ /* This is nasty, since we have to rely on matching the register -- cgit v1.1