Skip to content

Commit

Permalink
Set masked IRQ address.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Mar 15, 2024
1 parent 4da96c8 commit 65d8922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/iop/Iop_SpuBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ uint32 CSpuBase::GetIrqAddress() const
void CSpuBase::SetIrqAddress(uint32 value)
{
m_irqAddr = value & (m_ramSize - 1);
m_irqWatcher->SetIrqAddress(m_spuNumber, value);
m_irqWatcher->SetIrqAddress(m_spuNumber, m_irqAddr);
}

uint16 CSpuBase::GetTransferMode() const
Expand Down

0 comments on commit 65d8922

Please sign in to comment.