From 546851f5098d327d59e822c48260c113509614c6 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sun, 13 Apr 2025 21:09:37 +0200 Subject: [PATCH] disables start.S defines --- env/start.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/start.S b/env/start.S index 3e6ade2..cdc97f9 100644 --- a/env/start.S +++ b/env/start.S @@ -8,13 +8,13 @@ _start: .option push .option norelax .option norvc -#ifdef WITH_SIGNATURE +//#ifdef WITH_SIGNATURE j 1f .2byte 0x4e4d .2byte 0x5352 .4byte 0x669 1: -#endif +//#endif la gp, __global_pointer$ .option pop la sp, _sp