File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ update_stack_size(debug_context_t *context)
1010 thread = ruby_current_thread ;
1111 /* see backtrace_each in vm_backtrace.c */
1212 context -> stack_size = (int )(RUBY_VM_END_CONTROL_FRAME (thread ) - thread -> cfp - 1 );
13- // if (CTX_FL_TEST(context, CTX_FL_UPDATE_STACK)) {
14- context -> calced_stack_size = context -> stack_size ;
15- // CTX_FL_UNSET(context, CTX_FL_UPDATE_STACK);
16- // }
13+ if (CTX_FL_TEST (context , CTX_FL_UPDATE_STACK )) {
14+ context -> calced_stack_size = context -> stack_size ;
15+ CTX_FL_UNSET (context , CTX_FL_UPDATE_STACK );
16+ }
1717}
Original file line number Diff line number Diff line change 11module Debase
2- VERSION = "0.2.2.beta5 " unless defined? VERSION
2+ VERSION = "0.2.2.beta7 " unless defined? VERSION
33end
You can’t perform that action at this time.
0 commit comments