Merge remote-tracking branch 'origin/patch'

This commit is contained in:
Ryan Kurtz 2023-07-18 07:14:39 -04:00
commit edc6c52094

View file

@ -570,7 +570,6 @@ macro compare(reg, op)
$(C) = (tmp < val); $(C) = (tmp < val);
tmp = tmp - val; tmp = tmp - val;
setNZFlags(tmp); setNZFlags(tmp);
reg = tmp;
} }
macro logicalAnd(reg, op) macro logicalAnd(reg, op)