mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #4980 from dearblue/context
Reduce `struct mrb_context`
This commit is contained in:
+2
-2
@@ -164,8 +164,8 @@ struct mrb_context {
|
||||
struct RProc **ensure; /* ensure handler stack */
|
||||
uint16_t esize, eidx;
|
||||
|
||||
enum mrb_fiber_state status;
|
||||
mrb_bool vmexec;
|
||||
enum mrb_fiber_state status : 4;
|
||||
mrb_bool vmexec : 1;
|
||||
struct RFiber *fib;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user