diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-12-30 00:59:44 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-12-30 00:59:44 -0500 |
commit | d49d3c9a13aecada7e33df86dde6a232ae285329 (patch) | |
tree | 2eaceef6f57a4b20446575e03cebd038ea2bdb94 /tnslc/compile/isa_x86.tnsl | |
parent | 3b0ad0c84111be433de39b8a74c03db7e99cb686 (diff) |
Gen asm to fix registers after a call
Diffstat (limited to 'tnslc/compile/isa_x86.tnsl')
-rw-r--r-- | tnslc/compile/isa_x86.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/compile/isa_x86.tnsl b/tnslc/compile/isa_x86.tnsl index 3fda486..1cb09ab 100644 --- a/tnslc/compile/isa_x86.tnsl +++ b/tnslc/compile/isa_x86.tnsl @@ -158,7 +158,7 @@ ;; else - ;{}uint8 out = "r" + ;out.append('r') ;add_strings(~out, ~common) /; if (size == 1) ;out.append('b') |