fixed the 32bit version
[ld45_start_nothing] / game.ld
diff --git a/game.ld b/game.ld
index 52a25f5..6e2df60 100644 (file)
--- a/game.ld
+++ b/game.ld
@@ -21,6 +21,7 @@ SECTIONS {
        . = 1M;
        _main_start = .;
 
+       .startup : { * (*.startup); }
        .text : { * (.text); }
        .data : { * (.data); }