From 7bb3e9c4b716766350792ed01035c5c63321a859 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 7 Nov 2017 05:01:51 +0000 Subject: move `rb_thread_t::method_missing_reason` to ec. * vm_core.h (rb_thread_t): move method_missing_reason to rb_execution_context_t. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 41b91aff5a..2140778ade 100644 --- a/vm_core.h +++ b/vm_core.h @@ -771,6 +771,7 @@ typedef struct rb_execution_context_struct { VALUE errinfo; VALUE passed_block_handler; /* for rb_iterate */ const rb_callable_method_entry_t *passed_bmethod_me; /* for bmethod */ + enum method_missing_reason method_missing_reason; /* for GC */ struct { @@ -852,7 +853,6 @@ typedef struct rb_thread_struct { rb_jmpbuf_t root_jmpbuf; /* misc */ - enum method_missing_reason method_missing_reason: 8; unsigned int abort_on_exception: 1; unsigned int report_on_exception: 1; #ifdef USE_SIGALTSTACK -- cgit v1.2.3