summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index 6483ccd562..119edee7fb 100644
--- a/debug.c
+++ b/debug.c
@@ -61,6 +61,7 @@ const union {
enum imemo_type imemo_types;
enum {RUBY_IMEMO_MASK = IMEMO_MASK} imemo_mask;
struct RSymbol *symbol_ptr;
+ enum vm_call_flag_bits vm_call_flags;
} ruby_dummy_gdb_enums;
const SIGNED_VALUE RUBY_NODE_LMASK = NODE_LMASK;