1
0
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:
Nick Briggs 2022-09-01 14:15:38 -07:00
parent 33ba044dc1
commit fcc62953d8

View File

@ -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();