summaryrefslogtreecommitdiffstats
path: root/libcpu
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-12-31 11:42:06 -0800
committerUlrich Drepper <drepper@redhat.com>2008-12-31 11:42:06 -0800
commit4692d8160c29cd97fc1598d5c8e465bb0a2e36e2 (patch)
tree6f2bf251e81a35bd0249db08e9856c549aedd438 /libcpu
parent71696bafdb14435b5e572b0e7639b4b42e40c671 (diff)
Slightly better formatting in generating disassembly data.
Diffstat (limited to 'libcpu')
-rw-r--r--libcpu/i386_parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpu/i386_parse.y b/libcpu/i386_parse.y
index f850de77..b3a684d6 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);