sim: ppc: fix -Wmisleading-indentation warnings

Fix building with -Wmisleading-indentation.
This commit is contained in:
Mike Frysinger
2023-12-04 23:38:55 -05:00
parent a3d3d9a7d9
commit c96b63a2e9

View File

@@ -233,7 +233,7 @@ gen_semantics_c(insn_table *table,
lf_printf(file, " option_mpc860c0 = 0;\n");
lf_printf(file, " if (tree_find_property(root, \"/options/mpc860c0\"))\n");
lf_printf(file, " option_mpc860c0 = tree_find_integer_property(root, \"/options/mpc860c0\");\n");
lf_printf(file, " option_mpc860c0 *= 4; /* convert word count to byte count */\n");
lf_printf(file, " option_mpc860c0 *= 4; /* convert word count to byte count */\n");
lf_printf(file, "}\n");
lf_printf(file, "\n");
if (generate_expanded_instructions)