diff options
author | dgp <dgp@users.sourceforge.net> | 2018-03-05 22:16:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-03-05 22:16:03 (GMT) |
commit | 14a3439dd8dfe1533c6b80c40406f7ef420c57eb (patch) | |
tree | 02fcf188ae8eabc7f01a89abfab21086398c4cc6 /generic/tclAssembly.c | |
parent | 695856b85c783cd67abe39821919e6fe2635e14d (diff) | |
download | tcl-14a3439dd8dfe1533c6b80c40406f7ef420c57eb.zip tcl-14a3439dd8dfe1533c6b80c40406f7ef420c57eb.tar.gz tcl-14a3439dd8dfe1533c6b80c40406f7ef420c57eb.tar.bz2 |
Remove all code supporting legacy instructions.
Diffstat (limited to 'generic/tclAssembly.c')
-rw-r--r-- | generic/tclAssembly.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c index 66a9660..82071b2 100644 --- a/generic/tclAssembly.c +++ b/generic/tclAssembly.c @@ -406,7 +406,6 @@ static const TalInstDesc TalInstructionTable[] = { {"jumpTrue", ASSEM_JUMP, INST_JUMP_TRUE1, 1, 0}, {"jumpTrue4", ASSEM_JUMP4, INST_JUMP_TRUE4, 1, 0}, {"label", ASSEM_LABEL, 0, 0, 0}, -// {"land", ASSEM_1BYTE, INST_LAND, 2, 1}, {"lappend", ASSEM_LVT, (INST_LAPPEND_SCALAR1<<8 | INST_LAPPEND_SCALAR4), 1, 1}, @@ -434,7 +433,6 @@ static const TalInstDesc TalInstructionTable[] = { | INST_LOAD_ARRAY4), 1, 1}, {"loadArrayStk", ASSEM_1BYTE, INST_LOAD_ARRAY_STK, 2, 1}, {"loadStk", ASSEM_1BYTE, INST_LOAD_STK, 1, 1}, -// {"lor", ASSEM_1BYTE, INST_LOR, 2, 1}, {"lsetFlat", ASSEM_LSET_FLAT,INST_LSET_FLAT, INT_MIN,1}, {"lsetList", ASSEM_1BYTE, INST_LSET_LIST, 3, 1}, {"lshift", ASSEM_1BYTE, INST_LSHIFT, 2, 1}, |