summaryrefslogtreecommitdiff
path: root/gcc/config/i386/midipix.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/midipix.c')
-rw-r--r--gcc/config/i386/midipix.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/i386/midipix.c b/gcc/config/i386/midipix.c
index a8a1b615f..8b920a8e7 100644
--- a/gcc/config/i386/midipix.c
+++ b/gcc/config/i386/midipix.c
@@ -354,8 +354,10 @@ void midipix_seh_hook__pe_seh_unwind_emit(FILE * f, rtx r)
void midipix_seh_hook__pe_seh_emit_except_personality(rtx personality)
{
+ /* .__lang_personality_seh0 thunk */
fputs("\t.seh_handler\t",asm_out_file);
- output_addr_const (asm_out_file, personality);
+ fputs(".",asm_out_file);
+ output_addr_const(asm_out_file,personality);
fputs(", @unwind, @except\n",asm_out_file);
}