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 | 8ac58ecdaf72b7f66e8286ae4354cb0fc281536d (patch) | |
tree | 9920c332bc64932f2a8e3dd21e86017ae8b7d2da /sim/arm | |
parent | 76f28d5b81908ec46687b7a06c24b861674e0ccc (diff) | |
download | gdb-8ac58ecdaf72b7f66e8286ae4354cb0fc281536d.tar.gz |
oops - remove redundant prototype introduced in previous delta
Diffstat (limited to 'sim/arm')
-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 e0b2dd25a21..6486f0b7ea0 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, |