зеркало из https://github.com/github/ruby.git
YJIT: tag output type as UnknownHeap in `toregexp` (#7562)
This commit is contained in:
Родитель
758e4db551
Коммит
44f444478a
|
@ -7226,7 +7226,7 @@ fn gen_toregexp(
|
|||
asm.cpop_into(ary);
|
||||
|
||||
// The value we want to push on the stack is in RAX right now
|
||||
let stack_ret = ctx.stack_push(Type::Unknown);
|
||||
let stack_ret = ctx.stack_push(Type::UnknownHeap);
|
||||
asm.mov(stack_ret, val);
|
||||
|
||||
// Clear the temp array.
|
||||
|
|
Загрузка…
Ссылка в новой задаче