summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-06-10 18:53:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-06-10 18:53:29 (GMT)
commitc6cb158e39e58c0780cadfe0d2565ae94e79767e (patch)
tree5528a809d9f3019b23ee04154f9af5b06237387a /generic/tclAssembly.c
parent95d4ef2aaecb4a90de398cacd37c1a2ccd1c4d45 (diff)
parent39fba10b45e247bf94cdca222334c7cd4eb40087 (diff)
downloadtcl-c6cb158e39e58c0780cadfe0d2565ae94e79767e.zip
tcl-c6cb158e39e58c0780cadfe0d2565ae94e79767e.tar.gz
tcl-c6cb158e39e58c0780cadfe0d2565ae94e79767e.tar.bz2
merge 8.6
Diffstat (limited to 'generic/tclAssembly.c')
-rw-r--r--generic/tclAssembly.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c
index 47f7100..3615f33 100644
--- a/generic/tclAssembly.c
+++ b/generic/tclAssembly.c
@@ -517,6 +517,7 @@ static const unsigned char NonThrowingByteCodes[] = {
INST_PUSH1, INST_PUSH4, INST_POP, INST_DUP, /* 1-4 */
INST_JUMP1, INST_JUMP4, /* 34-35 */
INST_END_CATCH, INST_PUSH_RESULT, INST_PUSH_RETURN_CODE, /* 70-72 */
+ INST_STR_EQ, INST_STR_NEQ, INST_STR_CMP, INST_STR_LEN, /* 73-76 */
INST_LIST, /* 79 */
INST_OVER, /* 95 */
INST_PUSH_RETURN_OPTIONS, /* 108 */