* simops.c (inc): Fix typo.

This commit is contained in:
Jeff Law 1998-02-28 01:41:28 +00:00
parent 8accf4df14
commit 3406569f7f
1 changed files with 1 additions and 1 deletions

View File

@ -1512,7 +1512,7 @@ void OP_40 (insn, extension)
z = (value == 0);
n = (value & 0x80000000);
c = (reg1 < imm);
c = (value < imm);
v = ((reg1 & 0x80000000) == (imm & 0x80000000)
&& (reg1 & 0x80000000) != (value & 0x80000000));