summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-28 04:16:59 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-28 04:16:59 +0000
commit64f5b6aedc25dc8b6ef086f40d7f3c6cd401ee3e (patch)
treef46f86b5b983e31463ee0b62bc7b29d991d97df1 /vm_core.h
parentd50483df23383caf098c23c25c133f4eefca5917 (diff)
* 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
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 51af4770e1..8d5140729b 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -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 {