disables start.S defines
This commit is contained in:
parent
569df1536a
commit
546851f509
4
env/start.S
vendored
4
env/start.S
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user