diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/launch/src/CRuntimeZero.S | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev/launch/src/CRuntimeZero.S b/dev/launch/src/CRuntimeZero.S index 8892c661..73fa5352 100644 --- a/dev/launch/src/CRuntimeZero.S +++ b/dev/launch/src/CRuntimeZero.S @@ -13,14 +13,11 @@ _NeMain: push %rbp movq %rsp, %rbp + callq nelaunch_startup_fn - xor %rax, %rax - popq %rbp - push %rbp - movq %rsp, %rbp movq %rcx, 0 + callq ThrExitMainThread + popq %rbp - - retq |
