[前][次][番号順一覧][スレッド一覧]

ruby-changes:73447

From: Takashi <ko1@a...>
Date: Tue, 6 Sep 2022 16:09:42 +0900 (JST)
Subject: [ruby-changes:73447] 3f9125aaba (master): Update c_32.rb

https://git.ruby-lang.org/ruby.git/commit/?id=3f9125aaba

From 3f9125aaba7432ab96926f98619297991a40f3bf Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 6 Sep 2022 16:09:29 +0900
Subject: Update c_32.rb

---
 lib/mjit/c_32.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/mjit/c_32.rb b/lib/mjit/c_32.rb
index 85f9d3eab4..9e14794aff 100644
--- a/lib/mjit/c_32.rb
+++ b/lib/mjit/c_32.rb
@@ -119,7 +119,7 @@ module RubyVM::MJIT https://github.com/ruby/ruby/blob/trunk/lib/mjit/c_32.rb#L119
 
   def C.mjit_options
     @mjit_options ||= CType::Struct.new(
-      "mjit_options", 32,
+      "mjit_options", 28,
       on: [0, self._Bool],
       save_temps: [8, self._Bool],
       warnings: [16, self._Bool],
@@ -130,7 +130,7 @@ module RubyVM::MJIT https://github.com/ruby/ruby/blob/trunk/lib/mjit/c_32.rb#L130
       verbose: [128, CType::Immediate.new(4)],
       max_cache_size: [160, CType::Immediate.new(4)],
       pause: [192, self._Bool],
-      pause: [224, self._Bool],
+      pause: [200, self._Bool],
     )
   end
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]