Fix compile time warning messages.

This commit is contained in:
Nick Clifton
2000-02-08 20:54:27 +00:00
parent ab266a97fb
commit 6d358e869b
13 changed files with 124 additions and 678 deletions

View File

@@ -170,8 +170,8 @@ extern ARMword isize;
ASSIGNV((state->Reg[15] & VBIT) != 0) ; \
} \
else { \
state->Reg[15] = R15PC | (s) & (CCBITS | R15INTBITS | R15MODEBITS) ; \
ARMul_R15Altered(state) ; \
state->Reg[15] = R15PC | ((s) & (CCBITS | R15INTBITS | R15MODEBITS)) ; \
ARMul_R15Altered (state) ; \
}
#define SETABORT(i,m) state->Cpsr = ECC | EINT | (i) | (m)