diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-08 01:39:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-08 01:39:48 +0000 |
commit | df38a86eec9c83314d6f859af839a7fe3aa1881a (patch) | |
tree | 6f36f9809dadd848f30f396698566f50a2a79478 /sim | |
parent | 760a7bbec5d60976962ebada559ebd46fa67c2a2 (diff) | |
download | binutils-df38a86eec9c83314d6f859af839a7fe3aa1881a.zip binutils-df38a86eec9c83314d6f859af839a7fe3aa1881a.tar.gz binutils-df38a86eec9c83314d6f859af839a7fe3aa1881a.tar.bz2 |
oops - remove redundant prototype introduced in previous delta
Diffstat (limited to 'sim')
-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, |