YJIT: Trivial fixes in codegen.rs

This commit is contained in:
Takashi Kokubun 2023-02-23 10:07:51 -08:00
parent 5444dde738
commit b9f9440e95
2 changed files with 2 additions and 2 deletions

View File

@ -2011,7 +2011,7 @@ fn gen_get_ivar(
}
};
// Guard heap object (recv_opnd must be used before stack_oop)
// Guard heap object (recv_opnd must be used before stack_pop)
guard_object_is_heap(ctx, asm, recv, recv_opnd, side_exit);
// Pop receiver if it's on the temp stack