mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
oops
This commit is contained in:
parent
0b8473c4b4
commit
148ab79cd7
1 changed files with 1 additions and 1 deletions
|
@ -897,7 +897,7 @@ void call_ptr(codeblock_t* cb, x86opnd_t scratch_reg, uint8_t* dst_ptr)
|
|||
// If the offset fits in 32-bit
|
||||
if (rel64 >= -2147483648 && rel64 <= 2147483647)
|
||||
{
|
||||
call_rel32(cb, (int32_t)rel64)
|
||||
call_rel32(cb, (int32_t)rel64);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue