diff options
Diffstat (limited to 'gcc/varpool.c')
-rw-r--r-- | gcc/varpool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varpool.c b/gcc/varpool.c index 5d0eb68..43ee229 100644 --- a/gcc/varpool.c +++ b/gcc/varpool.c @@ -676,7 +676,7 @@ varpool_extra_name_alias (tree alias, tree decl) #ifndef ASM_OUTPUT_DEF /* If aliases aren't supported by the assembler, fail. */ - return false; + return NULL; #endif gcc_assert (TREE_CODE (decl) == VAR_DECL); |