mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #3049 - loongarch64: restore pre-barrier link register correctly
This commit is contained in:
parent
8360fe94be
commit
74a9bacc58
1 changed files with 1 additions and 2 deletions
|
|
@ -872,9 +872,8 @@ JitRuntime::generatePreBarrier(JSContext* cx, MIRType type)
|
|||
masm.passABIArg(a1);
|
||||
masm.callWithABI(IonMarkFunction(type));
|
||||
|
||||
save.take(AnyRegister(ra));
|
||||
masm.PopRegsInMask(save);
|
||||
masm.ret();
|
||||
masm.abiret();
|
||||
|
||||
Linker linker(masm);
|
||||
AutoFlushICache afc("PreBarrier");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue