mirror of
https://git.wuffs.org/MWCC
synced 2025-12-12 14:46:09 +00:00
compiler can now recompile itself
This commit is contained in:
@@ -297,7 +297,7 @@ static void I8_treecompare(SInt32 start, SInt32 end) {
|
||||
d = b;
|
||||
}
|
||||
emitpcode(PC_SUBFC, a, a, selector_gpr);
|
||||
emitpcode(PC_SUBFE, b, d, b);
|
||||
emitpcode(PC_SUBFE, b, d, c);
|
||||
emitpcode(PC_SUBFE, b, a, a);
|
||||
emitpcode(PC_NEG, b, b);
|
||||
emitpcode(PC_CMPI, 0, b, 0);
|
||||
|
||||
Reference in New Issue
Block a user