From 9e26858e8c32e7f4b6ae3bccf9896ea7b61ce335 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Mon, 19 Mar 2018 18:21:54 +0000 Subject: Reverting r62775, this should fix i686 builds We need to mark default values for kwarg methods. This also fixes Bootsnap. IBF iseq loading needed to mark iseqs as "having markable objects". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/ruby_vm/models/typemap.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool') diff --git a/tool/ruby_vm/models/typemap.rb b/tool/ruby_vm/models/typemap.rb index d818ce9878..7c5c872d7c 100644 --- a/tool/ruby_vm/models/typemap.rb +++ b/tool/ruby_vm/models/typemap.rb @@ -18,6 +18,7 @@ RubyVM::Typemap = { "GENTRY" => %w[G TS_GENTRY], "IC" => %w[K TS_IC], "ID" => %w[I TS_ID], + "ISE" => %w[T TS_ISE], "ISEQ" => %w[S TS_ISEQ], "OFFSET" => %w[O TS_OFFSET], "VALUE" => %w[V TS_VALUE], -- cgit v1.2.3