diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2006-05-09 16:00:57 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2006-05-09 16:00:57 +0000 |
commit | 10bc3be2459c94ece00d9ed8d201cc71fff34f5e (patch) | |
tree | 825ac6e1faf44aa822a4fca2887f5f705f668b3d | |
parent | 536dfe0d7cc30260699a0fd53701244c29a77422 (diff) |
Silence the ml64 assembler
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7406 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | asmcomp/amd64/proc_nt.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asmcomp/amd64/proc_nt.ml b/asmcomp/amd64/proc_nt.ml index 8ce8cc214..dc53779af 100644 --- a/asmcomp/amd64/proc_nt.ml +++ b/asmcomp/amd64/proc_nt.ml @@ -230,7 +230,7 @@ let contains_calls = ref false let assemble_file infile outfile = Ccomp.command ("ml64 /nologo /Cp /c /Fo" ^ Filename.quote outfile ^ " " ^ - Filename.quote infile) (* ^ "> NUL") *) + Filename.quote infile ^ "> NUL") (* /Cp preserve case of all used identifiers /c assemble only |