Skip to content

Commit

Permalink
Merge pull request #8695 from howard0su/warning_hw
Browse files Browse the repository at this point in the history
HW: cleanup warnings of -Wtype-limits
  • Loading branch information
leoetlino committed Apr 28, 2020
2 parents fa7d6c8 + 3f72bc3 commit 586af0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/EXI/EXI_DeviceIPL.cpp
Expand Up @@ -314,7 +314,7 @@ void CEXIIPL::TransferByte(u8& data)
}
};

if (IN_RANGE(ROM))
if (address < ROM_BASE + ROM_SIZE)
{
if (!m_command.is_write())
{
Expand Down

0 comments on commit 586af0a

Please sign in to comment.