summaryrefslogtreecommitdiff
path: root/vm_dump.c
diff options
context:
space:
mode:
authorNguyễn Quang Minh <nguyenquangminh0711@gmail.com>2020-04-19 21:38:25 +0700
committerGitHub <noreply@github.com>2020-04-19 23:38:25 +0900
commit73bd2b70e2570279e72404a1aa8bc451ad0f90b5 (patch)
tree930eaf4c9983d58da517cf372cee1418a2eb54c7 /vm_dump.c
parent2af4c1fc5b19fc96203c2d7e917e689510d3527e (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 <nobu@ruby-lang.org>
Diffstat (limited to 'vm_dump.c')
-rw-r--r--vm_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_dump.c b/vm_dump.c
index f9edd05b99..19070d13ab 100644
--- a/vm_dump.c
+++ b/vm_dump.c
@@ -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