mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-25 20:11:36 +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:
@@ -1049,23 +1049,3 @@ if ((int)(TOPOFSTACK = (LispPTR)op_name( \
|
||||
goto fix_tos_ufn; \
|
||||
CSTKPTRL -= 8; \
|
||||
nextop1;
|
||||
|
||||
|
||||
#ifdef SUN3_OS3_OR_OS4_IL
|
||||
|
||||
/* need jump point for inline asm code, e.g., for IPLUS */
|
||||
|
||||
#define OPCODEFAIL \
|
||||
\
|
||||
fixtos1: \
|
||||
fixtos1_label(); \
|
||||
FIXTOS1; \
|
||||
goto op_ufn;
|
||||
|
||||
#else
|
||||
|
||||
/* no opcode fail point necessary */
|
||||
|
||||
#define OPCODEFAIL
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user