Fix compile time warning messages.
[deliverable/binutils-gdb.git] / sim / arm / armdefs.h
index 7b63a8ffc4eaab1e87d8c03c9820e3ccc12463b5..bce638dfe4db20656c9ad420926db5a4c6ab6708 100644 (file)
@@ -372,3 +372,9 @@ pascal void SpinCursor (short increment);   /* copied from CursorCtl.h */
 # define HOURGLASS           SpinCursor( 1 )
 # define HOURGLASS_RATE      1023      /* 2^n - 1 */
 #endif
+
+extern void ARMul_UndefInstr      (ARMul_State *, ARMword);
+extern void ARMul_FixCPSR         (ARMul_State *, ARMword, ARMword);
+extern void ARMul_FixSPSR         (ARMul_State *, ARMword, ARMword);
+extern void ARMul_ConsolePrint    (ARMul_State *, const char *, ...);
+extern void ARMul_SelectProcessor (ARMul_State *, unsigned);
This page took 0.02241 seconds and 4 git commands to generate.