summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.h
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2010-10-02 16:51:40 (GMT)
committerKevin B Kenny <kennykb@acm.org>2010-10-02 16:51:40 (GMT)
commit571863bdcf20b914cd9320617621672f3a691a3a (patch)
treed946038bd3684c281b5dc824e92f51452830f12d /generic/tclAssembly.h
parent53c93358cf3e60f1bf7b3d5756836d961007213f (diff)
downloadtcl-571863bdcf20b914cd9320617621672f3a691a3a.zip
tcl-571863bdcf20b914cd9320617621672f3a691a3a.tar.gz
tcl-571863bdcf20b914cd9320617621672f3a691a3a.tar.bz2
nop and regexp
Diffstat (limited to 'generic/tclAssembly.h')
-rw-r--r--generic/tclAssembly.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclAssembly.h b/generic/tclAssembly.h
index 7f1a36e..1f67e4f 100644
--- a/generic/tclAssembly.h
+++ b/generic/tclAssembly.h
@@ -77,6 +77,7 @@ typedef enum TalInstType {
ASSEM_LVT4, /* One 4-byte operand that references a local variable */
ASSEM_OVER, /* OVER: 4-byte operand count, consumes N+1, produces N+2 */
ASSEM_PUSH, /* one literal operand */
+ ASSEM_REGEXP, /* One Boolean operand, but weird mapping to call flags */
ASSEM_REVERSE, /* REVERSE: 4-byte operand count, consumes N, produces N */
ASSEM_SINT1, /* One 1-byte signed-integer operand (INCR_STK_IMM) */
ASSEM_SINT4_LVT4,