diff options
-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 |