From 5b021deeefd372e1c08117cef75897f24e4d1691 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 18 Sep 2015 09:17:49 +0000 Subject: fix typo --- cgawas.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgawas.c b/cgawas.c index 1e8794b..1b44c69 100644 --- a/cgawas.c +++ b/cgawas.c @@ -2759,7 +2759,7 @@ static void w_as_word_instruction (struct instruction *instruction) fprintf (assembly_file,"%.20e",*float_constant->float_constant_r_p); # else fprintf (assembly_file,intel_asm ? "%.20e" : "0r%.20e",*float_constant->float_constant_r_p); -#endif +# endif w_as_newline(); } } @@ -2778,7 +2778,7 @@ static void w_as_word_instruction (struct instruction *instruction) fprintf (assembly_file,"%.20e",*r_p); # else fprintf (assembly_file,intel_asm ? "%.20e" : "0r%.20e",*r_p); -# emdif +# endif w_as_newline(); w_as_to_code_section(); -- cgit v1.2.3