Skip to content

Commit

Permalink
temp fix for some timing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydr8gon committed Dec 13, 2018
1 parent 1400c35 commit 6b9e983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CP15.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ void ARMv5::UpdateRegionTimings(u32 addrstart, u32 addrend)

if (pu & 0x40)
{
MemTimings[i][0] = 0xFF;//kCodeCacheTiming;
MemTimings[i][0] = kCodeCacheTiming;
}
else
{
Expand Down

0 comments on commit 6b9e983

Please sign in to comment.