summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2021-08-22 19:51:21 +0200
committerJosJuice <josjuice@gmail.com>2021-08-22 19:51:21 +0200
commit0cf8405126b56580fc5893417ca327e36a2d6506 (patch)
tree93f0b1c7989aebc155a9b3ef9e0b83425daca4f6 /Source/Core/VideoCommon/TextureCacheBase.cpp
parent33154de614981f60a6d4dcd9328a86ed3af8808e (diff)
JitArm64: Make HandleFastmemFault less unsafe
HandleFastmemFault works correctly when faults only happen in expected locations, but it does some things that are rather dangerous for faults in unexpected locations, like decrementing an iterator without checking whether it's equal to begin. This change cleans up the logic by making m_fault_to_handler's key be the end of the fastmem region instead of the start.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions