Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell committed Dec 5, 2024
1 parent a27cecd commit 5c5fbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/array.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ CAMLprim value caml_makearray_dynamic_non_scannable_unboxed_product(
// Some of this is similar to [caml_make_vect], above.
// This function is only used for native code.

mlsize_t num_initializers = Val_long(v_num_initializers);
mlsize_t num_initializers = Long_val(v_num_initializers);
int is_local = Bool_val(v_is_local);
mlsize_t non_unarized_length = Long_val(v_non_unarized_length);

Expand Down

0 comments on commit 5c5fbfb

Please sign in to comment.