mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Issue #3049 - Use s5 for loongarch64 baseline frames
This commit is contained in:
parent
fe3689392f
commit
d991faa669
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ namespace js {
|
|||
namespace jit {
|
||||
|
||||
// Must be a callee-saved register for preservation around generateEnterJIT().
|
||||
static constexpr Register BaselineFrameReg = s0;
|
||||
static constexpr Register BaselineFrameReg = s5;
|
||||
static constexpr Register BaselineStackReg = sp;
|
||||
|
||||
// ValueOperands R0, R1, and R2.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue