1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-23 09:29:34 +00:00

Correcting missing return line :/

This commit is contained in:
jede 2017-09-24 11:57:52 +02:00
parent fdd789edd8
commit d4c6c995ba

View File

@ -37,4 +37,4 @@ FEATURES {
count = __INTERRUPTOR_COUNT__,
segment = RODATA,
import = __CALLIRQ__;
}
}