Skip to content

Commit

Permalink
Fix exec magic number
Browse files Browse the repository at this point in the history
  • Loading branch information
liam923 committed Oct 16, 2024
1 parent dd5c232 commit 89d3b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocaml/utils/config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let version = Sys.ocaml_version

let flambda = false

let exec_magic_number = "Caml1999X550"
let exec_magic_number = "Caml1999X551"
let ext_obj = ".o_The boot compiler cannot process C objects"

(* exec_magic_number is duplicated in runtime/caml/exec.h *)
Expand Down

0 comments on commit 89d3b2d

Please sign in to comment.