aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/extractionMachdep.v
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/extractionMachdep.v')
-rw-r--r--powerpc/extractionMachdep.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/extractionMachdep.v b/powerpc/extractionMachdep.v
index b0f05536..b5ae048d 100644
--- a/powerpc/extractionMachdep.v
+++ b/powerpc/extractionMachdep.v
@@ -24,7 +24,7 @@ Extract Constant Asm.ireg_eq => "fun (x: ireg) (y: ireg) -> x = y".
Extract Constant Asm.freg_eq => "fun (x: freg) (y: freg) -> x = y".
Extract Constant Asm.preg_eq => "fun (x: preg) (y: preg) -> x = y".
-(* Choice of PPC variant *)
+(* Choice of PPC splitlong *)
Extract Constant Archi.ppc64 =>
"begin match Configuration.model with
| ""ppc64"" -> true