diff options
Diffstat (limited to 'sim/arm/wrapper.c')
-rw-r--r-- | sim/arm/wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/arm/wrapper.c b/sim/arm/wrapper.c index 38a1f27..72a6524 100644 --- a/sim/arm/wrapper.c +++ b/sim/arm/wrapper.c @@ -397,7 +397,7 @@ sim_create_inferior (SIM_DESC sd ATTRIBUTE_UNUSED, } static int -frommem (struct ARMul_State *state, unsigned char *memory) +frommem (struct ARMul_State *state, const unsigned char *memory) { if (state->bigendSig == HIGH) return (memory[0] << 24) | (memory[1] << 16) |