mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
fix double data aborts with strd
This commit is contained in:
@ -1217,7 +1217,7 @@ bool ARMv4::DataWrite32(u32 addr, u32 val)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ARMv4::DataWrite32S(u32 addr, u32 val)
|
||||
bool ARMv4::DataWrite32S(u32 addr, u32 val, bool dataabort)
|
||||
{
|
||||
addr &= ~3;
|
||||
|
||||
|
Reference in New Issue
Block a user