1
0
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:
Bruce Mitchener
2021-01-25 07:39:32 +07:00
committed by GitHub
parent e90b0f734a
commit cc060be1c7
11 changed files with 1 additions and 2182 deletions

View File

@@ -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");