Stop exporting symbols for MJIT

This commit is contained in:
Takashi Kokubun 2023-03-06 21:34:31 -08:00
parent 31f4b2d86b
commit 233ddfac54
Notes: git 2023-03-07 05:59:44 +00:00
49 changed files with 116 additions and 193 deletions

View file

@ -4541,7 +4541,7 @@ rb_uint128t2big(uint128_t n)
return big;
}
MJIT_FUNC_EXPORTED VALUE
VALUE
rb_int128t2big(int128_t n)
{
int neg = 0;