Skip to content

Commit

Permalink
Solve issue in rb bench.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 23, 2023
1 parent 482db27 commit 134f5b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ int main(int argc, char *argv[])

if (metacall_load_from_memory(tag, int_mem_type, sizeof(int_mem_type), NULL) != 0)
{
state.SkipWithError("Error loading int_mem_type function");
return 2;
}
}
#endif /* OPTION_BUILD_LOADERS_RB */
Expand Down

0 comments on commit 134f5b1

Please sign in to comment.