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