mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 11:52:25 +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:
@@ -1196,7 +1196,6 @@ void all_stack_dump(DLword start, DLword end, DLword silent)
|
||||
print(get_framename((struct frameex1 *)stkptr));
|
||||
printf(" [");
|
||||
if (((FX *)stkptr)->fast) printf("fast,");
|
||||
if (((FX *)stkptr)->native) printf("native,");
|
||||
if (((FX *)stkptr)->incall) printf("incall,");
|
||||
if (((FX *)stkptr)->validnametable) printf("V,");
|
||||
if (((FX *)stkptr)->nopush) printf("nopush,");
|
||||
|
||||
Reference in New Issue
Block a user