diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-10-19 14:17:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-10-19 14:17:18 (GMT) |
commit | a584e5f052e71147186d2607dfc67e1e8c7e19c3 (patch) | |
tree | 9acfedf6c37e529d4f62831e62de906fb972fb6f /generic/tclAssembly.c | |
parent | 54e225f3822c411dcc47823a5b01e22e2ce24f47 (diff) | |
download | tcl-a584e5f052e71147186d2607dfc67e1e8c7e19c3.zip tcl-a584e5f052e71147186d2607dfc67e1e8c7e19c3.tar.gz tcl-a584e5f052e71147186d2607dfc67e1e8c7e19c3.tar.bz2 |
yet another small introspector: [self]
Diffstat (limited to 'generic/tclAssembly.c')
-rw-r--r-- | generic/tclAssembly.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c index a266350..132ee68 100644 --- a/generic/tclAssembly.c +++ b/generic/tclAssembly.c @@ -476,6 +476,7 @@ static const TalInstDesc TalInstructionTable[] = { {"strmatch", ASSEM_BOOL, INST_STR_MATCH, 2, 1}, {"strneq", ASSEM_1BYTE, INST_STR_NEQ, 2, 1}, {"sub", ASSEM_1BYTE, INST_SUB, 2, 1}, + {"tclooSelf", ASSEM_1BYTE, INST_TCLOO_SELF, 0, 1}, {"tryCvtToNumeric", ASSEM_1BYTE, INST_TRY_CVT_TO_NUMERIC,1, 1}, {"uminus", ASSEM_1BYTE, INST_UMINUS, 1, 1}, {"unset", ASSEM_BOOL_LVT4,INST_UNSET_SCALAR, 0, 0}, |