mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2002-03-05 Chris Demetriou <cgd@broadcom.com>
* sim-main.h (UndefinedResult, Unpredictable): New macros
which currently do nothing.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user