summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-10-03 07:51:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-10-03 07:51:00 (GMT)
commit12b24fa2fb8f381005e95bb52ab317ccfaae110e (patch)
tree0476b13a3bc91c836d689911bfe08fddb0375f9a
parent28efdc8a7830a383b4c27727ce1a879727756958 (diff)
downloadtcl-12b24fa2fb8f381005e95bb52ab317ccfaae110e.zip
tcl-12b24fa2fb8f381005e95bb52ab317ccfaae110e.tar.gz
tcl-12b24fa2fb8f381005e95bb52ab317ccfaae110e.tar.bz2
Add assembler support for the new INST that I think has a stable interface.
-rw-r--r--generic/tclAssembly.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c
index cd6dc38..2133ebe 100644
--- a/generic/tclAssembly.c
+++ b/generic/tclAssembly.c
@@ -370,6 +370,7 @@ TalInstDesc TalInstructionTable[] = {
{"bitxor", ASSEM_1BYTE, INST_BITXOR, 2, 1},
{"concat", ASSEM_CONCAT1, INST_CONCAT1, INT_MIN,1},
{"dictAppend", ASSEM_LVT4, INST_DICT_APPEND, 2, 1},
+ {"dictExpand", ASSEM_1BYTE, INST_DICT_EXPAND, 3, 1},
{"dictGet", ASSEM_DICT_GET, INST_DICT_GET, INT_MIN,1},
{"dictIncrImm", ASSEM_SINT4_LVT4,
INST_DICT_INCR_IMM, 1, 1},