mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-28 20:41:30 +00:00
Fix the FastRetCALL macro to use do {} while (0) style (#384)
This commit is contained in:
@@ -168,7 +168,8 @@ void contextsw(register DLword fxnum, register DLword bytenum, register DLword f
|
||||
CHECKFX;
|
||||
if (EndSTKP < CurrentStackPTR) error("contextsw:Illegal ESP");
|
||||
#endif
|
||||
FastRetCALL return;
|
||||
FastRetCALL;
|
||||
return;
|
||||
}
|
||||
|
||||
} /* end contextsw */
|
||||
|
||||
Reference in New Issue
Block a user