mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* simops.c (inc): Fix typo.
This commit is contained in:
parent
8accf4df14
commit
3406569f7f
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user