* 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:
ko1 2012-09-28 04:16:59 +00:00
parent d50483df23
commit 64f5b6aedc
2 changed files with 5 additions and 1 deletions

View File

@ -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).

View File

@ -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 {