mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-29 13:32:51 +00:00
Replace Addr68k related macros with NativeAligned inline functions
This commit is contained in:
@@ -131,7 +131,7 @@ void contextsw(DLword fxnum, DLword bytenum, DLword flags)
|
|||||||
|
|
||||||
Midpunt(fxnum); /* exchanging FX */
|
Midpunt(fxnum); /* exchanging FX */
|
||||||
|
|
||||||
next68k = (DLword *)Addr68k_from_LADDR(STK_OFFSET | CURRENTFX->nextblock);
|
next68k = (DLword *)NativeAligned2FromLAddr(STK_OFFSET | CURRENTFX->nextblock);
|
||||||
|
|
||||||
if (GETWORD(next68k) != STK_FSB_WORD) error("contextsw(): MP9316");
|
if (GETWORD(next68k) != STK_FSB_WORD) error("contextsw(): MP9316");
|
||||||
freeptr = next68k;
|
freeptr = next68k;
|
||||||
|
|||||||
Reference in New Issue
Block a user