Update VMDEBUG reference doc [ci skip]

Since this commit (9e1b06e17d), 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.
This commit is contained in:
Nguyễn Quang Minh 2020-04-19 21:38:25 +07:00 коммит произвёл GitHub
Родитель 2af4c1fc5b
Коммит 73bd2b70e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -37,7 +37,7 @@
#include "vm_core.h" #include "vm_core.h"
/* see vm_insnhelper.h for the values */ /* see vm_core.h for the values */
#ifndef VMDEBUG #ifndef VMDEBUG
#define VMDEBUG 0 #define VMDEBUG 0
#endif #endif