From 00dba5b765820b786738f3f44963f26a250accda Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 6 Oct 2011 19:15:25 +0000 Subject: Add the other instructions to the assembler's nous. --- generic/tclAssembly.c | 2 ++ 1 file changed, 2 insertions(+) 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}, -- cgit v0.12