diff options
Diffstat (limited to 'sim/arm/armemu.c')
-rw-r--r-- | sim/arm/armemu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/arm/armemu.c b/sim/arm/armemu.c index e0b2dd2..6486f0b 100644 --- a/sim/arm/armemu.c +++ b/sim/arm/armemu.c @@ -39,8 +39,6 @@ static unsigned StoreHalfWord (ARMul_State * state, ARMword instr, ARMword address); static unsigned StoreByte (ARMul_State * state, ARMword instr, ARMword address); -static unsigned StoreDoubleWord (ARMul_State * state, ARMword instr, - ARMword address); static void LoadMult (ARMul_State * state, ARMword address, ARMword instr, ARMword WBBase); static void StoreMult (ARMul_State * state, ARMword address, ARMword instr, |