Skip to content

Commit

Permalink
Merge pull request #4289 from pmatos/PassThroughFPRs
Browse files Browse the repository at this point in the history
Pass through FPRs argument
  • Loading branch information
Sonicadvance1 authored Jan 21, 2025
2 parents 42c931c + 5d44dea commit adff4bb
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 adff4bb

Please sign in to comment.