aboutsummaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2019-03-21 22:27:42 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2019-04-26 10:42:38 +1000
commitd81b43279b2658a5136edf862ca672161a6aa85b (patch)
treeaef94a0b8ab73f05ce983c2c13857bf379d52cd0 /target
parent55b8f8beb66f54705f67976a29977534ef9bab64 (diff)
downloadqemu-d81b43279b2658a5136edf862ca672161a6aa85b.zip
qemu-d81b43279b2658a5136edf862ca672161a6aa85b.tar.gz
qemu-d81b43279b2658a5136edf862ca672161a6aa85b.tar.bz2
target/ppc: Style fixes for misc_helper.c
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Greg Kurz <groug@kaod.org>
Diffstat (limited to 'target')
-rw-r--r--target/ppc/misc_helper.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/target/ppc/misc_helper.c b/target/ppc/misc_helper.c
index c65d1ad..0a81e98 100644
--- a/target/ppc/misc_helper.c
+++ b/target/ppc/misc_helper.c
@@ -210,10 +210,11 @@ void ppc_store_msr(CPUPPCState *env, target_ulong value)
hreg_store_msr(env, value, 0);
}
-/* This code is lifted from MacOnLinux. It is called whenever
- * THRM1,2 or 3 is read an fixes up the values in such a way
- * that will make MacOS not hang. These registers exist on some
- * 75x and 74xx processors.
+/*
+ * This code is lifted from MacOnLinux. It is called whenever THRM1,2
+ * or 3 is read an fixes up the values in such a way that will make
+ * MacOS not hang. These registers exist on some 75x and 74xx
+ * processors.
*/
void helper_fixup_thrm(CPUPPCState *env)
{