diff options
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index 1129007..4a2c7af 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -3563,12 +3563,12 @@ output_constant_pool (fnname, fndecl) abort (); } - } - #ifdef ASM_OUTPUT_SPECIAL_POOL_ENTRY done: ; #endif + } + #ifdef ASM_OUTPUT_POOL_EPILOGUE ASM_OUTPUT_POOL_EPILOGUE (asm_out_file, fnname, fndecl, pool_offset); #endif |