summaryrefslogtreecommitdiff
path: root/tool/instruction.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/instruction.rb')
-rwxr-xr-xtool/instruction.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/tool/instruction.rb b/tool/instruction.rb
index 43b26b5c97..38318a435c 100755
--- a/tool/instruction.rb
+++ b/tool/instruction.rb
@@ -930,8 +930,6 @@ class RubyVM
"TS_NUM"
when /^lindex_t/
"TS_LINDEX"
- when /^dindex_t/
- "TS_DINDEX"
when /^VALUE/
"TS_VALUE"
when /^ID/
@@ -957,7 +955,6 @@ class RubyVM
'TS_OFFSET' => 'O',
'TS_NUM' => 'N',
'TS_LINDEX' => 'L',
- 'TS_DINDEX' => 'D',
'TS_VALUE' => 'V',
'TS_ID' => 'I',
'TS_GENTRY' => 'G',
@@ -1064,7 +1061,7 @@ class RubyVM
val = op[1]
case type
- when /^long/, /^rb_num_t/, /^lindex_t/, /^dindex_t/
+ when /^long/, /^rb_num_t/, /^lindex_t/
"INT2FIX(#{val})"
when /^VALUE/
val