We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c3955 commit 3ce32fbCopy full SHA for 3ce32fb
asmcomp/amd64/emit_nt.mlp
@@ -335,7 +335,7 @@ let add_float_constant cst =
335
lbl
336
337
let emit_float_constant (cst, lbl) =
338
- `{emit_label lbl}: QWORD {emit_int64 cst}\n`
+ `{emit_label lbl} QWORD {emit_int64 cst}\n`
339
340
let emit_movabs reg n =
341
(* force ml64 to use mov reg, imm64 instruction *)
asmcomp/i386/emit_nt.mlp
@@ -377,7 +377,7 @@ let add_float_constant cst =
377
378
379
380
381
382
(* Output the assembly code for an instruction *)
383
0 commit comments