mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Make VM_DEBUG_VERIFY_METHOD_CACHE derived from VMDEBUG
VM_DEBUG_MODE has been used only here.
This commit is contained in:
parent
2a65498ca2
commit
765eb18a45
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ typedef struct rb_vm_struct {
|
|||
#endif
|
||||
|
||||
#ifndef VM_DEBUG_VERIFY_METHOD_CACHE
|
||||
#define VM_DEBUG_VERIFY_METHOD_CACHE (VM_DEBUG_MODE != 0)
|
||||
#define VM_DEBUG_VERIFY_METHOD_CACHE (VMDEBUG != 0)
|
||||
#endif
|
||||
|
||||
struct rb_captured_block {
|
||||
|
|
Loading…
Reference in a new issue