aboutsummaryrefslogtreecommitdiff
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
commitdf38a86eec9c83314d6f859af839a7fe3aa1881a (patch)
tree6f36f9809dadd848f30f396698566f50a2a79478 /sim/arm
parent760a7bbec5d60976962ebada559ebd46fa67c2a2 (diff)
downloadgdb-df38a86eec9c83314d6f859af839a7fe3aa1881a.zip
gdb-df38a86eec9c83314d6f859af839a7fe3aa1881a.tar.gz
gdb-df38a86eec9c83314d6f859af839a7fe3aa1881a.tar.bz2
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 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,