ubsan: moxie: left shift of negative value
[deliverable/binutils-gdb.git] / sim / arm / armvirt.c
index c5af8d614e567341df6571b0374651c322cf31a0..4f95ed838f6854a8061b60273b0f3e3145d2d8af 100644 (file)
@@ -22,7 +22,6 @@
    freed as they might be needed again. A single area of memory may be
    defined to generate aborts.  */
 
-#include "armopts.h"
 #include "armos.h"
 #include "armdefs.h"
 #include "ansidecl.h"
@@ -217,13 +216,6 @@ ARMword ARMul_LoadInstrS (ARMul_State * state, ARMword address, ARMword isize)
 {
   state->NumScycles++;
 
-#ifdef HOURGLASS
-  if ((state->NumScycles & HOURGLASS_RATE) == 0)
-    {
-      HOURGLASS;
-    }
-#endif
-
   return ARMul_ReLoadInstr (state, address, isize);
 }
 
This page took 0.023079 seconds and 4 git commands to generate.