1
0
Fork 0
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:
Michael Scire 2020-12-07 03:20:01 -08:00
parent 15396dbbc2
commit 121c981bb4

View file

@ -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 */