From cf2cdb9fc1305b251fd96d67feb7348c088cd858 Mon Sep 17 00:00:00 2001 From: Alain Frisch Date: Fri, 3 Oct 2014 12:48:45 +0000 Subject: Typos. git-svn-id: http://caml.inria.fr/svn/ocaml/branches/abstract_intel_emit@15447 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- asmcomp/amd64/emit.mlp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asmcomp/amd64/emit.mlp') diff --git a/asmcomp/amd64/emit.mlp b/asmcomp/amd64/emit.mlp index 4e5f43b90a..fee3dce899 100644 --- a/asmcomp/amd64/emit.mlp +++ b/asmcomp/amd64/emit.mlp @@ -951,7 +951,7 @@ let end_assembly() = if !Emitaux.create_asm_file then Some ( - (if Intel_proc.masm then Intel_gas.generate_asm + (if Intel_proc.masm then Intel_masm.generate_asm else Intel_gas.generate_asm) !Emitaux.output_channel ) else -- cgit v1.2.1