mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 05:32:14 +00:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
edc6c52094
@ -570,7 +570,6 @@ macro compare(reg, op)
|
||||
$(C) = (tmp < val);
|
||||
tmp = tmp - val;
|
||||
setNZFlags(tmp);
|
||||
reg = tmp;
|
||||
}
|
||||
|
||||
macro logicalAnd(reg, op)
|
||||
|
Loading…
Reference in New Issue
Block a user