Fixed compiler bug as a result of the 'check' test variant

This commit is contained in:
2025-12-30 12:05:54 -07:00
parent c133dc3c80
commit 04c205b31d
8 changed files with 303 additions and 87 deletions

View File

@@ -58,7 +58,9 @@ fn negative_number_handling() -> anyhow::Result<()> {
j main
main:
move r8 -100
move r9 50
sub r1 0 r8
move r9 r1
move r10 50
"
}
);