Skip to content

Commit

Permalink
debug.c: vm call flags
Browse files Browse the repository at this point in the history
* debug.c (ruby_dummy_gdb_enums): include vm_call_flag_bits.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Nov 2, 2017
1 parent fe6615b commit 10a1c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 10a1c8c

Please sign in to comment.