Skip to content

Commit d7189fb

Browse files
committed
Update version of ocaml probe notes
1 parent e7b5669 commit d7189fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/amd64/emit.mlp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ let emit_probe_notes0 () =
14251425
D.qword (const 0)
14261426
end;
14271427
D.qword (ConstLabel semaphore_label);
1428-
D.bytes "ocaml\000";
1428+
D.bytes "ocaml.1\000";
14291429
D.bytes (probe_name ^ "\000");
14301430
D.bytes (args ^ "\000");
14311431
def_label d;

0 commit comments

Comments
 (0)