mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
DMAC: Testing a constant value is always true. (#6122)
This commit is contained in:
+1
-1
@@ -541,7 +541,7 @@ __fi bool dmacWrite32( u32 mem, mem32_t& value )
|
||||
case (DMAC_FAKESTAT):
|
||||
case (DMAC_STAT):
|
||||
{
|
||||
if (DMAC_FAKESTAT)
|
||||
if (mem == DMAC_FAKESTAT)
|
||||
{
|
||||
HW_LOG("Midways own DMAC_STAT Write 32bit %x", value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user