Syncronize the Supervision crt0.s with its ld65 config files.
.segment "VECTOR" -> "VECTORS". Fixes #1506.
This commit is contained in:
parent
681c9594cc
commit
663268dca9
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ not_dma:
|
|||
jmp reset
|
||||
.endproc
|
||||
|
||||
.segment "VECTOR"
|
||||
.segment "VECTORS"
|
||||
|
||||
.word nmi
|
||||
.word reset32kcode
|
||||
|
|
Loading…
Add table
Reference in a new issue