Skip to content

Commit

Permalink
Arm64FloatEmitter: 64-Bit Assert In ABI_PushRegisters
Browse files Browse the repository at this point in the history
  • Loading branch information
mitaclaw authored and xiota committed May 10, 2024
1 parent 05357ff commit 85eadce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Common/Arm64Emitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3893,6 +3893,8 @@ void ARM64FloatEmitter::ABI_PushRegisters(BitSet32 registers, ARM64Reg tmp)

if (bundled_loadstore && tmp != ARM64Reg::INVALID_REG)
{
DEBUG_ASSERT_MSG(DYNA_REC, Is64Bit(tmp), "Expected a 64-bit temporary register!");

int num_regs = registers.Count();
m_emit->SUB(ARM64Reg::SP, ARM64Reg::SP, num_regs * 16);
m_emit->ADD(tmp, ARM64Reg::SP, 0);
Expand Down

0 comments on commit 85eadce

Please sign in to comment.