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>
This commit is contained in:
David Gibson 2019-03-21 22:27:42 +11:00
parent 55b8f8beb6
commit d81b43279b
1 changed files with 5 additions and 4 deletions

View File

@ -210,10 +210,11 @@ void ppc_store_msr(CPUPPCState *env, target_ulong value)
hreg_store_msr(env, value, 0); 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 * This code is lifted from MacOnLinux. It is called whenever THRM1,2
* that will make MacOS not hang. These registers exist on some * or 3 is read an fixes up the values in such a way that will make
* 75x and 74xx processors. * MacOS not hang. These registers exist on some 75x and 74xx
* processors.
*/ */
void helper_fixup_thrm(CPUPPCState *env) void helper_fixup_thrm(CPUPPCState *env)
{ {