diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2014-02-02 14:42:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2014-02-02 14:42:12 (GMT) |
commit | 347264f196f57e2f4433f33dbaa6c8e2e4a2c83d (patch) | |
tree | fc5cf587462875a6acc982a5766096613af20bcc /generic/tclCompile.h | |
parent | 60e360f12b1c25a8e89f5893a564ca17d3b99217 (diff) | |
download | tcl-347264f196f57e2f4433f33dbaa6c8e2e4a2c83d.zip tcl-347264f196f57e2f4433f33dbaa6c8e2e4a2c83d.tar.gz tcl-347264f196f57e2f4433f33dbaa6c8e2e4a2c83d.tar.bz2 |
improve the disassemblydkf_bytecode_8_6_string_is
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index 502a2e6..5665ca9 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -825,8 +825,9 @@ typedef enum InstOperandType { * variable table. */ OPERAND_LVT4, /* Four byte unsigned index into the local * variable table. */ - OPERAND_AUX4 /* Four byte unsigned index into the aux data + OPERAND_AUX4, /* Four byte unsigned index into the aux data * table. */ + OPERAND_SCLS1 /* Index into tclStringClassTable. */ } InstOperandType; typedef struct InstructionDesc { |