mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-18 17:24:31 -04:00
Slightly better formatting in generating disassembly data.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user