diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2023-08-05 17:48:15 -0400 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2023-08-05 17:48:15 -0400 |
| commit | adc97807daa20efd16fcc9ef82f773bdd23f63bd (patch) | |
| tree | 80a248a90dedf3ebce92cd576cf0db70e359959c /tnslc/c_wrap.tnsl | |
| parent | 6ee6814c269aa5a5c2ea8e031db3a335df2c1f2d (diff) | |
Fix issue with cf block conditionals
Diffstat (limited to 'tnslc/c_wrap.tnsl')
| -rw-r--r-- | tnslc/c_wrap.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
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" |