Add support for disabling alignment checks when performing GDB interface
[deliverable/binutils-gdb.git] / sim / arm / armdefs.h
index 204dc6bee3dc0e458ab86121018d7b7dfe343e61..4ad5c5f07aed6fe0903c2d1bdec07933b8670fe6 100644 (file)
@@ -317,10 +317,13 @@ extern void ARMul_Ccycles (ARMul_State * state, unsigned number,
 
 extern ARMword ARMul_ReadWord (ARMul_State * state, ARMword address);
 extern ARMword ARMul_ReadByte (ARMul_State * state, ARMword address);
+extern ARMword ARMul_SafeReadByte (ARMul_State * state, ARMword address);
 extern void ARMul_WriteWord (ARMul_State * state, ARMword address,
                             ARMword data);
 extern void ARMul_WriteByte (ARMul_State * state, ARMword address,
                             ARMword data);
+extern void ARMul_SafeWriteByte (ARMul_State * state, ARMword address,
+                            ARMword data);
 
 extern ARMword ARMul_MemAccess (ARMul_State * state, ARMword, ARMword,
                                ARMword, ARMword, ARMword, ARMword, ARMword,
This page took 0.041562 seconds and 4 git commands to generate.