2002-03-05 Chris Demetriou <cgd@broadcom.com>
* sim-main.h (UndefinedResult, Unpredictable): New macros which currently do nothing.
This commit is contained in:
parent
efdab8079f
commit
b96e7ef1a0
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
2002-03-05 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* sim-main.h (status_UX, status_SX, status_KX, status_TS)
|
* sim-main.h (status_UX, status_SX, status_KX, status_TS)
|
||||||
|
|
|
@ -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) \
|
#define Prefetch(CCA,pAddr,vAddr,DATA,hint) \
|
||||||
prefetch (SD, CPU, cia, 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));
|
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))
|
#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));
|
INLINE_SIM_MAIN (unsigned16) ifetch16 PARAMS ((SIM_DESC sd, sim_cpu *cpu, address_word cia, address_word vaddr));
|
||||||
|
|
Loading…
Reference in a new issue