oops - remove redundant prototype introduced in previous delta
This commit is contained in:
parent
760a7bbec5
commit
df38a86eec
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue