diff options
author | Kevin B Kenny <kennykb@acm.org> | 2010-10-02 16:51:40 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2010-10-02 16:51:40 (GMT) |
commit | 571863bdcf20b914cd9320617621672f3a691a3a (patch) | |
tree | d946038bd3684c281b5dc824e92f51452830f12d /generic/tclAssembly.h | |
parent | 53c93358cf3e60f1bf7b3d5756836d961007213f (diff) | |
download | tcl-571863bdcf20b914cd9320617621672f3a691a3a.zip tcl-571863bdcf20b914cd9320617621672f3a691a3a.tar.gz tcl-571863bdcf20b914cd9320617621672f3a691a3a.tar.bz2 |
nop and regexp
Diffstat (limited to 'generic/tclAssembly.h')
-rw-r--r-- | generic/tclAssembly.h | 1 |
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, |