Skip to content

Commit

Permalink
Refine comment
Browse files Browse the repository at this point in the history
Co-authored-by: Gabor Greif <gabor@dfinity.org>
  • Loading branch information
luc-blaeser and ggreif authored Sep 9, 2024
1 parent 6a75cbb commit dec1259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linking/linkModule.ml
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ let link (em1 : extended_module) libname (em2 : extended_module) =
)
end else ();

let max x y = if x >= y then x else y in
let max x y = if x >= y then x else y in (* use `Int.max` when bumping to 4.13 *)

(* Rust requires a table offset of at least 1 as elem[0] is considered invalid.
There are debug checks panicking if the element index is zero.
Expand Down

0 comments on commit dec1259

Please sign in to comment.