Added missing __CALLIRQ__ import attribute.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5983 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -71,5 +71,6 @@ FEATURES {
|
|||||||
CONDES: segment = RODATA,
|
CONDES: segment = RODATA,
|
||||||
type = interruptor,
|
type = interruptor,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
count = __INTERRUPTOR_COUNT__;
|
count = __INTERRUPTOR_COUNT__,
|
||||||
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,5 +38,6 @@ FEATURES {
|
|||||||
CONDES: segment = RODATA,
|
CONDES: segment = RODATA,
|
||||||
type = interruptor,
|
type = interruptor,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
count = __INTERRUPTOR_COUNT__;
|
count = __INTERRUPTOR_COUNT__,
|
||||||
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,5 +53,6 @@ FEATURES {
|
|||||||
CONDES: segment = RODATA,
|
CONDES: segment = RODATA,
|
||||||
type = interruptor,
|
type = interruptor,
|
||||||
label = __INTERRUPTOR_TABLE__,
|
label = __INTERRUPTOR_TABLE__,
|
||||||
count = __INTERRUPTOR_COUNT__;
|
count = __INTERRUPTOR_COUNT__,
|
||||||
|
import = __CALLIRQ__;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user