mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Stop exporting symbols for MJIT
This commit is contained in:
parent
31f4b2d86b
commit
233ddfac54
Notes:
git
2023-03-07 05:59:44 +00:00
49 changed files with 116 additions and 193 deletions
2
bignum.c
2
bignum.c
|
@ -4541,7 +4541,7 @@ rb_uint128t2big(uint128_t n)
|
|||
return big;
|
||||
}
|
||||
|
||||
MJIT_FUNC_EXPORTED VALUE
|
||||
VALUE
|
||||
rb_int128t2big(int128_t n)
|
||||
{
|
||||
int neg = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue