mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-07 16:51:21 +00:00
Remove assembly fn call optimizations. (#276)
These were for old platforms and not used in recent history. There's no NOASMFNCALL flag as there's no more asm fn call code.
This commit is contained in:
4
src/xc.c
4
src/xc.c
@@ -1079,10 +1079,6 @@ native_check:
|
||||
/* TIMER INTERRUPT CHECK ROUTINE */
|
||||
/************************************************************************/
|
||||
check_interrupt:
|
||||
#if (defined(SUN3_OS3_OR_OS4_IL) || defined(I386) || defined(ISC))
|
||||
asm_label_check_interrupt();
|
||||
#endif
|
||||
|
||||
if ((UNSIGNED)CSTKPTR > (UNSIGNED)EndSTKP) {
|
||||
EXT;
|
||||
error("Unrecoverable Stack Overflow");
|
||||
|
||||
Reference in New Issue
Block a user