summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/launch/src/CRT0.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/launch/src/CRT0.S b/dev/launch/src/CRT0.S
index ffc7398a..dffbf9c9 100644
--- a/dev/launch/src/CRT0.S
+++ b/dev/launch/src/CRT0.S
@@ -7,7 +7,8 @@
.text
.extern nelaunch_startup_fn
-
+.globl _NeMain
+
_NeMain:
push %rbp
movq %rsp, %rbp