sept: be more forgiving about entrypoint
This commit is contained in:
@@ -93,8 +93,8 @@ ipatch_word:
|
|||||||
.global jump_to_main
|
.global jump_to_main
|
||||||
.type jump_to_main, %function
|
.type jump_to_main, %function
|
||||||
jump_to_main:
|
jump_to_main:
|
||||||
/* Insert 0x40 of NOPs, for version compatibility. */
|
/* Insert 0x240 of NOPs, for version compatibility. */
|
||||||
.rept 16
|
.rept (0x240/4)
|
||||||
nop
|
nop
|
||||||
.endr
|
.endr
|
||||||
/* Just jump to main */
|
/* Just jump to main */
|
||||||
|
|||||||
Reference in New Issue
Block a user