1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00

Syncronize the Supervision crt0.s with its ld65 config files.

.segment "VECTOR" -> "VECTORS". Fixes #1506.
This commit is contained in:
Greg King 2021-05-21 03:32:43 -04:00
parent 681c9594cc
commit 663268dca9

View File

@ -73,7 +73,7 @@ not_dma:
jmp reset
.endproc
.segment "VECTOR"
.segment "VECTORS"
.word nmi
.word reset32kcode