summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Strelsky <ajs222@njit.edu>2021-09-29 12:58:48 +0200
committerAndrew Strelsky <ajs222@njit.edu>2021-09-29 12:58:48 +0200
commit3fc7aceea7b2e87652526805758b687f33f3890b (patch)
tree6b498abd90cb80e1d5c8c942fa584b2da72e9970
parentMerge pull request #7018 from lat9nq/splat-stubs (diff)
downloadyuzu-3fc7aceea7b2e87652526805758b687f33f3890b.tar
yuzu-3fc7aceea7b2e87652526805758b687f33f3890b.tar.gz
yuzu-3fc7aceea7b2e87652526805758b687f33f3890b.tar.bz2
yuzu-3fc7aceea7b2e87652526805758b687f33f3890b.tar.lz
yuzu-3fc7aceea7b2e87652526805758b687f33f3890b.tar.xz
yuzu-3fc7aceea7b2e87652526805758b687f33f3890b.tar.zst
yuzu-3fc7aceea7b2e87652526805758b687f33f3890b.zip
-rw-r--r--src/common/host_memory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/host_memory.cpp b/src/common/host_memory.cpp
index 6661244cf..b44a44949 100644
--- a/src/common/host_memory.cpp
+++ b/src/common/host_memory.cpp
@@ -314,8 +314,8 @@ private:
}
void UntrackPlaceholder(boost::icl::separate_interval_set<size_t>::iterator it) {
- placeholders.erase(it);
placeholder_host_pointers.erase(it->lower());
+ placeholders.erase(it);
}
/// Return true when a given memory region is a "nieche" and the placeholders don't have to be