2002-03-05 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Wed, 6 Mar 2002 06:46:29 +0000 (06:46 +0000)
committerChris Demetriou <cgd@google.com>
Wed, 6 Mar 2002 06:46:29 +0000 (06:46 +0000)
        * sim-main.h (UndefinedResult, Unpredictable): New macros
        which currently do nothing.

sim/mips/ChangeLog
sim/mips/sim-main.h

index 25ce89ce86ba06310c74fd9e1b1c3c1baeaef382..1a37721071a1c83ea40b1a4a0d7324cf98487099 100644 (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)
index 256dd1f7c96a88bae442a7f78602e544fd37c18a..7c34888658c6584d68bda9e1cd09c737ae17d5af 100644 (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));
This page took 0.030108 seconds and 4 git commands to generate.