diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-10-06 19:15:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-10-06 19:15:25 (GMT) |
commit | 00dba5b765820b786738f3f44963f26a250accda (patch) | |
tree | 0e268e103de43e75eee4f12e753b82f4cf931e1c | |
parent | 965f3dee8b0ebb58151d404837e095072a4c0722 (diff) | |
download | tcl-00dba5b765820b786738f3f44963f26a250accda.zip tcl-00dba5b765820b786738f3f44963f26a250accda.tar.gz tcl-00dba5b765820b786738f3f44963f26a250accda.tar.bz2 |
Add the other instructions to the assembler's nous.dkf_dict_with_compiled
-rw-r--r-- | generic/tclAssembly.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c index 2133ebe..5b32ab0 100644 --- a/generic/tclAssembly.c +++ b/generic/tclAssembly.c @@ -375,6 +375,8 @@ TalInstDesc TalInstructionTable[] = { {"dictIncrImm", ASSEM_SINT4_LVT4, INST_DICT_INCR_IMM, 1, 1}, {"dictLappend", ASSEM_LVT4, INST_DICT_LAPPEND, 2, 1}, + {"dictRecombineStk",ASSEM_1BYTE, INST_DICT_RECOMBINE_STK,3, 0}, + {"dictRecombineImm",ASSEM_LVT4, INST_DICT_RECOMBINE_IMM,2, 0}, {"dictSet", ASSEM_DICT_SET, INST_DICT_SET, INT_MIN,1}, {"dictUnset", ASSEM_DICT_UNSET, INST_DICT_UNSET, INT_MIN,1}, |