mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_core.h: now VM_DEBUG_BP_CHECK should be 1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d50483df23
commit
64f5b6aedc
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Sep 28 13:14:34 2012 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_core.h: now VM_DEBUG_BP_CHECK should be 1.
|
||||
|
||||
Fri Sep 28 12:51:54 2012 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).
|
||||
|
|
|
@ -354,7 +354,7 @@ typedef struct rb_vm_struct {
|
|||
} rb_vm_t;
|
||||
|
||||
#ifndef VM_DEBUG_BP_CHECK
|
||||
#define VM_DEBUG_BP_CHECK 0
|
||||
#define VM_DEBUG_BP_CHECK 1
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue