added interruptor support
This commit is contained in:
11
cfg/pce.cfg
11
cfg/pce.cfg
@@ -38,10 +38,9 @@ FEATURES {
|
||||
label = __DESTRUCTOR_TABLE__,
|
||||
count = __DESTRUCTOR_COUNT__,
|
||||
segment = RODATA;
|
||||
# FIXME: interruptor support is missing
|
||||
# CONDES: type = interruptor,
|
||||
# label = __INTERRUPTOR_TABLE__,
|
||||
# count = __INTERRUPTOR_COUNT__,
|
||||
# segment = RODATA,
|
||||
# import = __CALLIRQ__;
|
||||
CONDES: type = interruptor,
|
||||
label = __INTERRUPTOR_TABLE__,
|
||||
count = __INTERRUPTOR_COUNT__,
|
||||
segment = RODATA,
|
||||
import = __CALLIRQ__;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user