summaryrefslogtreecommitdiff
path: root/lib/runtime.asm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/runtime.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/runtime.asm b/lib/runtime.asm
index 5cb4458..8e4034b 100644
--- a/lib/runtime.asm
+++ b/lib/runtime.asm
@@ -6,6 +6,7 @@
#
.extern main
+.globl _start
.stack
.align 2