Export rb_flo_div_flo for MJIT

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-11-12 07:14:43 +00:00
parent 767ab942bc
commit d6cd22dbc5
2 changed files with 2 additions and 1 deletions

View file

@ -1104,7 +1104,7 @@ double_div_double(double x, double y)
}
}
VALUE
MJIT_FUNC_EXPORTED VALUE
rb_flo_div_flo(VALUE x, VALUE y)
{
double num = RFLOAT_VALUE(x);