diff options
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r-- | gcc/ada/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index 4884fe9..e0ee975 100644 --- a/gcc/ada/misc.c +++ b/gcc/ada/misc.c @@ -719,7 +719,7 @@ record_code_position (gnat_node) addressable needs some fixups and also for above reason. */ save_gnu_tree (gnat_node, build (RTL_EXPR, void_type_node, NULL_TREE, - (tree) emit_note (0, NOTE_INSN_DELETED)), + (tree) emit_note (NOTE_INSN_DELETED)), 1); } |