mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 13:41:43 +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
|
||||
.type jump_to_main, %function
|
||||
jump_to_main:
|
||||
/* Insert 0x40 of NOPs, for version compatibility. */
|
||||
.rept 16
|
||||
/* Insert 0x240 of NOPs, for version compatibility. */
|
||||
.rept (0x240/4)
|
||||
nop
|
||||
.endr
|
||||
/* Just jump to main */
|
||||
|
|
Loading…
Reference in a new issue