diff options
Diffstat (limited to 'gcc/debug.c')
-rw-r--r-- | gcc/debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/debug.c b/gcc/debug.c index 3b659e91bef..18d5bc8cae2 100644 --- a/gcc/debug.c +++ b/gcc/debug.c @@ -45,7 +45,8 @@ const struct gcc_debug_hooks do_nothing_debug_hooks = debug_nothing_tree, /* deferred_inline_function */ debug_nothing_tree, /* outlining_inline_function */ debug_nothing_rtx, /* label */ - debug_nothing_int /* handle_pch */ + debug_nothing_int, /* handle_pch */ + debug_nothing_rtx /* var_location */ }; /* This file contains implementations of each debug hook that do |