Skip to content

Commit

Permalink
flambda-backend: Fix magic numbers (test suite) (ocaml-flambda#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
xclerc authored Aug 3, 2021
1 parent 9b033c7 commit ad4afce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/misc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ module Magic_number = struct
flambda : bool;
}
let native_obj_config = {
flambda = Config.flambda;
flambda = Config.flambda || Config.flambda2;
}

type version = int
Expand Down

0 comments on commit ad4afce

Please sign in to comment.