aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-04 23:38:55 -0500
committerMike Frysinger <vapier@gentoo.org>2023-12-04 23:38:55 -0500
commitc96b63a2e965dfcbb0f239ebb90ced7725d38f78 (patch)
treea5fda2d6a0c33ac59c136c016a71e632b1afa11c /sim
parenta3d3d9a7d9e0d5bf6168180f4f1b68ed37968f94 (diff)
downloadfsf-binutils-gdb-c96b63a2e965dfcbb0f239ebb90ced7725d38f78.zip
fsf-binutils-gdb-c96b63a2e965dfcbb0f239ebb90ced7725d38f78.tar.gz
fsf-binutils-gdb-c96b63a2e965dfcbb0f239ebb90ced7725d38f78.tar.bz2
sim: ppc: fix -Wmisleading-indentation warnings
Fix building with -Wmisleading-indentation.
Diffstat (limited to 'sim')
-rw-r--r--sim/ppc/igen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/igen.c b/sim/ppc/igen.c
index 445afb9..8aa19c7 100644
--- a/sim/ppc/igen.c
+++ b/sim/ppc/igen.c
@@ -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)