]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: ppc: fix -Wmisleading-indentation warnings
authorMike Frysinger <vapier@gentoo.org>
Tue, 5 Dec 2023 04:38:55 +0000 (23:38 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 5 Dec 2023 04:38:55 +0000 (23:38 -0500)
Fix building with -Wmisleading-indentation.

sim/ppc/igen.c

index 445afb9ee00df90fcf50234c3d5b607257a5e453..8aa19c757f5916d2d4feab82865f253f2d1cfa30 100644 (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)