1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

Remove OPCODEFAIL, FIXTOS1 (#277)

These had been used on Sun3 in the ancient past, but not after
that in the current code.
This commit is contained in:
Bruce Mitchener
2021-01-25 07:41:16 +07:00
committed by GitHub
parent cc060be1c7
commit a45bce3133
3 changed files with 0 additions and 25 deletions

View File

@@ -218,10 +218,7 @@ void dispatch(void) {
goto nextopcode;
#endif /* OPDISP */
/* INLINE OPCODE FAIL ENTRY POINTS, CALL EXTERNAL ROUTINES HERE */
OPCODEFAIL;
/* OPCODE FAIL ENTRY POINTS, CALL UFNS HERE */
UFN_CALLS;
op_ufn : {