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);
tmp = tmp - val;
setNZFlags(tmp);
reg = tmp;
}
macro logicalAnd(reg, op)