From f51b86ff3cf980fa558dfafd24ffd4a327e0890b Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 16 Mar 2023 01:41:05 -0400 Subject: Fairly done with Variable struct have a bit more to do for 'set' function --- tnslc/test.tnsl | 1 + 1 file changed, 1 insertion(+) (limited to 'tnslc/test.tnsl') diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index 9720011..0451c73 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -14,6 +14,7 @@ tnslc.Try A = {1, 2, 3} /; raw main (uint argc, ~~uint8 argv) [int] + # Manually match registers so values are in expected compile registers asm "mov r8, rdi" asm "mov r9, rsi" raw return tnslc.run(argc, argv) -- cgit v1.2.3