diff options
author | Alain Frisch <alain@frisch.fr> | 2014-10-03 12:48:45 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2014-10-03 12:48:45 +0000 |
commit | cf2cdb9fc1305b251fd96d67feb7348c088cd858 (patch) | |
tree | ab537a77ba67aa6f0104971169b3206fd2b2476a /asmcomp/amd64/emit.mlp | |
parent | cc42f69acb105dcd5863ecaae108c51461d362a7 (diff) | |
download | ocaml-cf2cdb9fc1305b251fd96d67feb7348c088cd858.tar.gz |
Typos.
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/abstract_intel_emit@15447 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/amd64/emit.mlp')
-rw-r--r-- | asmcomp/amd64/emit.mlp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |