From c5f29861202836593b2d337c0bf800fe5b30c2e6 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 14 Sep 2025 16:55:51 +0200 Subject: Do not support assembly inline statements --- boot/stage9.elna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/stage9.elna') 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; -- cgit v1.2.3