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

xc.c: Remove sparc-only optimization hack. (#254)

It looks like this was trying to force a pointer into a register,
but only for SPARC.
This commit is contained in:
Bruce Mitchener
2021-01-20 14:46:43 +07:00
committed by GitHub
parent d99209916a
commit 397143d760

View File

@@ -207,12 +207,6 @@ void dispatch(void) {
register LispPTR tscache;
#endif
#ifdef sparc
register struct state *stateptrcache = MState;
#undef MState
#define MState stateptrcache
#endif
/* OP_FN_COMMON arguments */
DefCell *fn_defcell;