diff options
Diffstat (limited to 'gcc/vmsdbgout.c')
-rw-r--r-- | gcc/vmsdbgout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 2a963d99bc6..5c5634de344 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -190,7 +190,8 @@ const struct gcc_debug_hooks vmsdbg_debug_hooks debug_nothing_tree, /* deferred_inline_function */ vmsdbgout_abstract_function, debug_nothing_rtx, /* label */ - debug_nothing_int /* handle_pch */ + debug_nothing_int, /* handle_pch */ + debug_nothing_rtx /* var_location */ }; /* Definitions of defaults for assembler-dependent names of various |