Have the callirq module export __CALLIRQ__ and changed all config files so

this symbol is a forced import for all interruptors.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5902 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-11-03 21:59:15 +00:00
parent 754674dfab
commit 7b34609930
30 changed files with 60 additions and 30 deletions

View File

@@ -38,5 +38,6 @@ FEATURES {
CONDES: segment = RODATA,
type = interruptor,
label = __INTERRUPTOR_TABLE__,
count = __INTERRUPTOR_COUNT__;
count = __INTERRUPTOR_COUNT__,
import = __CALLIRQ__;
}