2002-03-05 Chris Demetriou <cgd@broadcom.com>

* sim-main.h (UndefinedResult, Unpredictable): New macros
        which currently do nothing.
This commit is contained in:
Chris Demetriou 2002-03-06 06:46:29 +00:00
parent efdab8079f
commit b96e7ef1a0
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-03-05 Chris Demetriou <cgd@broadcom.com>
* sim-main.h (UndefinedResult, Unpredictable): New macros
which currently do nothing.
2002-03-05 Chris Demetriou <cgd@broadcom.com>
* sim-main.h (status_UX, status_SX, status_KX, status_TS)

View File

@ -771,6 +771,9 @@ INLINE_SIM_MAIN (void) prefetch PARAMS ((SIM_DESC sd, sim_cpu *cpu, address_word
#define Prefetch(CCA,pAddr,vAddr,DATA,hint) \
prefetch (SD, CPU, cia, CCA, pAddr, vAddr, DATA, hint)
#define UndefinedResult()
#define Unpredictable()
INLINE_SIM_MAIN (unsigned32) ifetch32 PARAMS ((SIM_DESC sd, sim_cpu *cpu, address_word cia, address_word vaddr));
#define IMEM32(CIA) ifetch32 (SD, CPU, (CIA), (CIA))
INLINE_SIM_MAIN (unsigned16) ifetch16 PARAMS ((SIM_DESC sd, sim_cpu *cpu, address_word cia, address_word vaddr));