* simops.c: Fix typo in last change.

This commit is contained in:
Jeff Law 1997-01-15 13:46:18 +00:00
parent 6c009684d9
commit 898c77b856
1 changed files with 1 additions and 1 deletions

View File

@ -2054,7 +2054,7 @@ void OP_FAF00000 (insn, extension)
+ SEXT8 ((insn & 0xff00) >> 8)), 1);
z = (temp & (insn & 0xff)) == 0;
temp |= (insn & 0xff);
store_mem (State.regs[REG_A0 + REG0_16 (insn))], 1, temp);
store_mem (State.regs[REG_A0 + REG0_16 (insn)], 1, temp);
PSW &= ~(PSW_Z | PSW_N | PSW_C | PSW_V);
PSW |= (z ? PSW_Z : 0);
}