Placate linker

This commit is contained in:
Jeroen van Rijn
2025-07-31 16:40:40 +02:00
parent a41500de28
commit 393e00bec3

View File

@@ -3,6 +3,7 @@ bits 64
extern _start_odin
global _start
section .note.GNU-stack
section .text
;; Entry point for programs that specify -no-crt option