mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-10 02:00:17 +00:00
Delete code related to NATIVETRAN feature. (#232)
* Delete code related to NATIVETRAN feature. This was obsolete work that had been done for generating native code from the bytecode. Closes Interlisp/medley#89. * Remove unused SaveD6.
This commit is contained in:
@@ -131,27 +131,6 @@ done: ! else done;
|
||||
nop
|
||||
.end
|
||||
|
||||
/*
|
||||
***************************************************************
|
||||
Special Native Code Jump Routine.
|
||||
***************************************************************
|
||||
*/
|
||||
|
||||
.inline _asmgoto,4
|
||||
jmp %o0
|
||||
nop
|
||||
|
||||
.end
|
||||
|
||||
|
||||
/* THIS IS WRONG! asmcall(label) is supposed to do a direct call there... this is just a jump. Used by emulator<->native interface */
|
||||
|
||||
.inline _asmcall,4
|
||||
jmp %o0
|
||||
nop
|
||||
|
||||
.end
|
||||
|
||||
/*
|
||||
***************************************************************
|
||||
Arithmetic Opcode Helpers
|
||||
|
||||
Reference in New Issue
Block a user