1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 07:54:13 +00:00

Use PVar macro rather than directly referencing MState->pvar; MState itself is another macro.

This commit is contained in:
Nick Briggs 2022-12-28 15:08:28 -08:00
parent a17460cd6b
commit 6b41fcea17

View File

@ -675,7 +675,7 @@ void start_lisp(void) {
TopOfStack = 0;
Error_Exit = 0;
MState->pvar = (DLword *)NativeAligned2FromLAddr(STK_OFFSET | InterfacePage->currentfxp) + FRAMESIZE;
PVar = (DLword *)NativeAligned2FromLAddr(STK_OFFSET | InterfacePage->currentfxp) + FRAMESIZE;
freeptr = next68k = NativeAligned2FromLAddr(STK_OFFSET | CURRENTFX->nextblock);