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