YJIT: tag output type as UnknownHeap in toregexp
(#7562)
This commit is contained in:
parent
758e4db551
commit
44f444478a
Notes:
git
2023-03-20 14:17:28 +00:00
Merged-By: maximecb <maximecb@ruby-lang.org>
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user