mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 15:36:34 +00:00
Convert from LADDR_from_68k to LAddrFromNative in return.c
This commit is contained in:
parent
6c5b8391b7
commit
1af3803fca
@ -119,7 +119,7 @@ void contextsw(DLword fxnum, DLword bytenum, DLword flags)
|
||||
CurrentStackPTR += 2;
|
||||
}
|
||||
|
||||
CURRENTFX->nextblock = LOLOC(LADDR_from_68k(CurrentStackPTR));
|
||||
CURRENTFX->nextblock = LOLOC(LAddrFromNative(CurrentStackPTR));
|
||||
|
||||
/* FSB set */
|
||||
GETWORD(CurrentStackPTR) = STK_FSB_WORD;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user