summaryrefslogtreecommitdiff
path: root/vm_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_dump.c')
-rw-r--r--vm_dump.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/vm_dump.c b/vm_dump.c
index 8667a7a500..5fd93548b2 100644
--- a/vm_dump.c
+++ b/vm_dump.c
@@ -13,6 +13,11 @@
#include "addr2line.h"
#include "vm_core.h"
+/* see vm_insnhelper.h for the values */
+#ifndef VMDEBUG
+#define VMDEBUG 0
+#endif
+
#define MAX_POSBUF 128
#define VM_CFP_CNT(th, cfp) \