From adc97807daa20efd16fcc9ef82f773bdd23f63bd Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sat, 5 Aug 2023 17:48:15 -0400 Subject: Fix issue with cf block conditionals --- tnslc/c_wrap.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/c_wrap.tnsl') diff --git a/tnslc/c_wrap.tnsl b/tnslc/c_wrap.tnsl index d44e948..ac516da 100644 --- a/tnslc/c_wrap.tnsl +++ b/tnslc/c_wrap.tnsl @@ -222,7 +222,7 @@ asm "extern CloseHandle" asm "add rsp, 32" ;/ -/; _read_byte (~void handle, ~uint8 byte, ~int read) [int] +/; _read_byte (~void handle, ~uint8 byte, ~int read) [bool] int out asm "mov rax, rsp" -- cgit v1.2.3