diff options
Diffstat (limited to 'tool/ruby_vm/models/operands_unifications.rb')
-rw-r--r-- | tool/ruby_vm/models/operands_unifications.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/ruby_vm/models/operands_unifications.rb b/tool/ruby_vm/models/operands_unifications.rb index 2a34ea0f62..184bb7d79c 100644 --- a/tool/ruby_vm/models/operands_unifications.rb +++ b/tool/ruby_vm/models/operands_unifications.rb @@ -30,7 +30,7 @@ class RubyVM::OperandsUnifications < RubyVM::BareInstructions json[:name] = parts[:name] @preamble = parts[:preamble] @spec = parts[:spec] - super template: template, **json + super json.merge(:template => template) parts[:vars].each do |v| @variables[v[:name]] ||= v end |