summaryrefslogtreecommitdiff
path: root/boot/stage9.elna
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-09-14 16:55:51 +0200
committerEugen Wissner <belka@caraus.de>2025-09-15 12:50:32 +0200
commitc5f29861202836593b2d337c0bf800fe5b30c2e6 (patch)
treebc51755c08c6826d9247e8e64b65864f0b0c765c /boot/stage9.elna
parentee3b733a81f3136494e612a0d748f4d029064845 (diff)
downloadelna-c5f29861202836593b2d337c0bf800fe5b30c2e6.tar.gz
Do not support assembly inline statements
Diffstat (limited to 'boot/stage9.elna')
-rw-r--r--boot/stage9.elna2
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;