From 4692d8160c29cd97fc1598d5c8e465bb0a2e36e2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 31 Dec 2008 11:42:06 -0800 Subject: [PATCH] Slightly better formatting in generating disassembly data. --- libcpu/i386_parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpu/i386_parse.y b/libcpu/i386_parse.y index f850de7..b3a684d 100644 --- a/libcpu/i386_parse.y +++ b/libcpu/i386_parse.y @@ -1176,7 +1176,7 @@ instrtable_out (void) off_op_str = 0; fprintf (outfile, "static const char op%d_str[] =", i + 1); twalk (strs[i], print_op_str); - fputs ("\"\n;\n", outfile); + fputs ("\";\n", outfile); fprintf (outfile, "static const uint8_t op%d_str_idx[] = {\n", i + 1); -- 2.7.4