Skip to content

Commit

Permalink
Pass through FPRs argument
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatos committed Jan 21, 2025
1 parent 48c03d7 commit 5d44dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FEXCore/Source/Interface/Core/ArchHelpers/Arm64Emitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ void Arm64Emitter::FillForPreserveAllABICall(bool FPRs) {
}

// Fill the static registers.
FillStaticRegs(true, PreserveSRAMask, PreserveSRAFPRMask);
FillStaticRegs(FPRs, PreserveSRAMask, PreserveSRAFPRMask);

// Pop the vector registers.
PopVectorRegisters(CanUseSVE256, DynamicFPRs);
Expand Down

0 comments on commit 5d44dea

Please sign in to comment.