mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Resolve 1 missing symbol in linking.
Resolve 1 missing symbol in linking.
This commit is contained in:
parent
8f264319ae
commit
09b6a56580
1 changed files with 7 additions and 0 deletions
|
|
@ -3988,6 +3988,13 @@ CodeGenerator::visitPostWriteElementBarrierO(LPostWriteElementBarrierO* lir)
|
|||
visitPostWriteBarrierCommon<LPostWriteElementBarrierO, MIRType::Object>(lir, ool);
|
||||
}
|
||||
|
||||
void
|
||||
CodeGenerator::visitPostWriteElementBarrierS(LPostWriteElementBarrierS* lir)
|
||||
{
|
||||
auto ool = new(alloc()) OutOfLineCallPostWriteElementBarrier(lir, lir->object(), lir->index());
|
||||
visitPostWriteBarrierCommon<LPostWriteElementBarrierS, MIRType::String>(lir, ool);
|
||||
}
|
||||
|
||||
void
|
||||
CodeGenerator::visitPostWriteElementBarrierV(LPostWriteElementBarrierV* lir)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue