Replace .pushsection directives (#30)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
asm(".pushsection .start,\"ax\",@progbits\n\t"
|
||||
asm(".section .start,\"ax\",@progbits\n\t"
|
||||
".globl\t_start\n"
|
||||
"_start:\n\t"
|
||||
"jmp\t1f\n1:\t"
|
||||
"call\tmain\n\t"
|
||||
"nop\n\t"
|
||||
".popsection");
|
||||
".previous");
|
||||
|
||||
Reference in New Issue
Block a user