diff options
Diffstat (limited to 'bootstrap.lua')
-rwxr-xr-x | bootstrap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.lua b/bootstrap.lua index 4dac57f..04f33dd 100755 --- a/bootstrap.lua +++ b/bootstrap.lua @@ -330,7 +330,7 @@ ret io.write([[ global _start _start: -lea r12, [1000000+8*"$."] +lea r12, [stack+8*1000000] call fun_0 mov rax, 60 mov rdi, 0 |