CONDES: segment = RODATA,
type = interruptor,
label = __INTERRUPTOR_TABLE__,
- count = __INTERRUPTOR_COUNT__;
+ count = __INTERRUPTOR_COUNT__,
+ import = __CALLIRQ__;
}
CONDES: segment = RODATA,
type = interruptor,
label = __INTERRUPTOR_TABLE__,
- count = __INTERRUPTOR_COUNT__;
+ count = __INTERRUPTOR_COUNT__,
+ import = __CALLIRQ__;
}
}
FEATURES {
CONDES: segment = INIT,
- type = constructor,
- label = __CONSTRUCTOR_TABLE__,
- count = __CONSTRUCTOR_COUNT__;
+ type = constructor,
+ label = __CONSTRUCTOR_TABLE__,
+ count = __CONSTRUCTOR_COUNT__;
CONDES: segment = RODATA,
- type = destructor,
- label = __DESTRUCTOR_TABLE__,
- count = __DESTRUCTOR_COUNT__;
+ type = destructor,
+ label = __DESTRUCTOR_TABLE__,
+ count = __DESTRUCTOR_COUNT__;
CONDES: segment = RODATA,
- type = interruptor,
- label = __INTERRUPTOR_TABLE__,
- count = __INTERRUPTOR_COUNT__;
+ type = interruptor,
+ label = __INTERRUPTOR_TABLE__,
+ count = __INTERRUPTOR_COUNT__,
+ import = __CALLIRQ__;
}