diff options
Diffstat (limited to 'boot/stage9.elna')
| -rw-r--r-- | boot/stage9.elna | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/stage9.elna b/boot/stage9.elna index 9f5e4d5..21d87ef 100644 --- a/boot/stage9.elna +++ b/boot/stage9.elna @@ -696,7 +696,7 @@ begin _compile_binary_rhs(); (* Execute the operation. *) - _write_z("slt t0, t0, t1\n\0"); + _write_z("slt t0, t1, t0\n\0"); goto .compile_expression_end; |
