From df38a86eec9c83314d6f859af839a7fe3aa1881a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 8 Dec 2000 01:39:48 +0000 Subject: [PATCH] oops - remove redundant prototype introduced in previous delta --- sim/arm/armemu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sim/arm/armemu.c b/sim/arm/armemu.c index e0b2dd25a2..6486f0b7ea 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, -- 2.34.1