mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
Replace Addr68k related macros with NativeAligned inline functions
This commit is contained in:
parent
33ba044dc1
commit
fcc62953d8
2
src/xc.c
2
src/xc.c
@ -1122,7 +1122,7 @@ check_interrupt:
|
||||
}
|
||||
|
||||
if ((Irq_Stk_End <= 0) || (Irq_Stk_Check <= 0) || need_irq) {
|
||||
if (StkOffset_from_68K(CSTKPTR) > InterfacePage->stackbase) {
|
||||
if (StackOffsetFromNative(CSTKPTR) > InterfacePage->stackbase) {
|
||||
/* Interrupts not Disabled */
|
||||
EXT;
|
||||
update_timer();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user