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:
@@ -38,5 +38,6 @@ FEATURES {
|
||||
CONDES: segment = RODATA,
|
||||
type = interruptor,
|
||||
label = __INTERRUPTOR_TABLE__,
|
||||
count = __INTERRUPTOR_COUNT__;
|
||||
count = __INTERRUPTOR_COUNT__,
|
||||
import = __CALLIRQ__;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user