Skip to content

Commit

Permalink
target/ppc: Style fixes for misc_helper.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dgibson committed Apr 26, 2019
1 parent 55b8f8b commit d81b432
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions target/ppc/misc_helper.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit d81b432

Please sign in to comment.