summaryrefslogtreecommitdiff
path: root/asmcomp/asmgen.ml
diff options
context:
space:
mode:
Diffstat (limited to 'asmcomp/asmgen.ml')
-rw-r--r--asmcomp/asmgen.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmcomp/asmgen.ml b/asmcomp/asmgen.ml
index cd02217e7e..36edea8cf4 100644
--- a/asmcomp/asmgen.ml
+++ b/asmcomp/asmgen.ml
@@ -117,7 +117,7 @@ let compile_implementation ?toplevel prefixname ppf (size, lam) =
compile_phrase ppf
(Cmmgen.reference_symbols
(List.filter (fun s -> s <> "" && s.[0] <> '%')
- !Translmod.primitive_declarations)
+ (List.map Primitive.native_name !Translmod.primitive_declarations))
);
Emit.end_assembly();