disables start.S defines

This commit is contained in:
Eyck Jentzsch 2025-04-13 21:09:37 +02:00
parent 569df1536a
commit 546851f509

4
env/start.S vendored
View File

@ -8,13 +8,13 @@ _start:
.option push .option push
.option norelax .option norelax
.option norvc .option norvc
#ifdef WITH_SIGNATURE //#ifdef WITH_SIGNATURE
j 1f j 1f
.2byte 0x4e4d .2byte 0x4e4d
.2byte 0x5352 .2byte 0x5352
.4byte 0x669 .4byte 0x669
1: 1:
#endif //#endif
la gp, __global_pointer$ la gp, __global_pointer$
.option pop .option pop
la sp, _sp la sp, _sp