summaryrefslogtreecommitdiff
path: root/powerpc/extractionMachdep.v
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/extractionMachdep.v')
-rw-r--r--powerpc/extractionMachdep.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/powerpc/extractionMachdep.v b/powerpc/extractionMachdep.v
index 352d3b5..b448e3d 100644
--- a/powerpc/extractionMachdep.v
+++ b/powerpc/extractionMachdep.v
@@ -13,8 +13,8 @@
(* Additional extraction directives specific to the PowerPC port *)
(* Asm *)
-Extract Constant Asm.low_half => "fun _ -> assert false".
-Extract Constant Asm.high_half => "fun _ -> assert false".
+Extract Constant Asm.low_half => "fun _ _ _ -> assert false".
+Extract Constant Asm.high_half => "fun _ _ _ -> assert false".
Extract Constant Asm.symbol_is_small_data => "C2C.atom_is_small_data".
Extract Constant Asm.small_data_area_offset => "fun _ _ _ -> assert false".
Extract Constant Asm.symbol_is_rel_data => "C2C.atom_is_rel_data".