diff options
author | Nguyễn Quang Minh <[email protected]> | 2020-04-19 21:38:25 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-19 23:38:25 +0900 |
commit | 73bd2b70e2570279e72404a1aa8bc451ad0f90b5 (patch) | |
tree | 930eaf4c9983d58da517cf372cee1418a2eb54c7 /vm_dump.c | |
parent | 2af4c1fc5b19fc96203c2d7e917e689510d3527e (diff) |
Update VMDEBUG reference doc [ci skip]
Since this commit (https://github.com/ruby/ruby/commit/9e1b06e17d27fb4ddf51e9244f205417e9c4dd5c), the VM Debug Level constant is moved from `vm_insnhelper.h` to `vm_core.h`. This PR is a super tiny update to reflect that change so that people won't waste time on searching in a wrong file.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3043
Merged-By: nobu <[email protected]>
Diffstat (limited to 'vm_dump.c')
-rw-r--r-- | vm_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ #include "vm_core.h" -/* see vm_insnhelper.h for the values */ +/* see vm_core.h for the values */ #ifndef VMDEBUG #define VMDEBUG 0 #endif |