[Project64] fix CRegisters::FixFpuLocations

This commit is contained in:
zilmar 2017-04-24 07:53:34 +10:00
parent 0e691d2e53
commit 1b5e07c460
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ void CRegisters::DoAddressError(bool DelaySlot, uint32_t BadVaddr, bool FromRead
m_PROGRAM_COUNTER = 0x80000180;
}
void ()
void CRegisters::FixFpuLocations()
{
if ((STATUS_REGISTER & STATUS_FR) == 0)
{