From b819cbb3b0ff492024b72d9ea9c9e28e1023b9c3 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 9 Oct 2022 01:58:52 -0400 Subject: Rewrite to work with parser --- tnslc/compile/compile.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnslc/compile/compile.tnsl b/tnslc/compile/compile.tnsl index 6bfa07e..520ea1f 100644 --- a/tnslc/compile/compile.tnsl +++ b/tnslc/compile/compile.tnsl @@ -64,7 +64,7 @@ ;int i = 0 /; loop (i < index) [i++] - /; if (tab`.sym_types{i}._size <= 8 && reg < 7) + /; if (tab`.sym_types{i}._size !> 8 && reg < 7) ;reg++ ;; else ;stack_bytes = stack_bytes + tab`.sym_types{i}._size -- cgit v1.2.3