summaryrefslogtreecommitdiff
path: root/sim/arm
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-08 01:39:48 +0000
committerNick Clifton <nickc@redhat.com>2000-12-08 01:39:48 +0000
commit8ac58ecdaf72b7f66e8286ae4354cb0fc281536d (patch)
tree9920c332bc64932f2a8e3dd21e86017ae8b7d2da /sim/arm
parent76f28d5b81908ec46687b7a06c24b861674e0ccc (diff)
downloadgdb-8ac58ecdaf72b7f66e8286ae4354cb0fc281536d.tar.gz
oops - remove redundant prototype introduced in previous delta
Diffstat (limited to 'sim/arm')
-rw-r--r--sim/arm/armemu.c2
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,