mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-26 22:02:15 +00:00
sept: be more forgiving about entrypoint
This commit is contained in:
parent
15396dbbc2
commit
121c981bb4
1 changed files with 15 additions and 15 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue