mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
Silence log spam about copy ellision
This commit is contained in:
parent
8e3d0af08e
commit
ca472b6750
@ -832,7 +832,7 @@ namespace rsx
|
||||
AUDIT(fault_range_in.valid());
|
||||
address_range fault_range = fault_range_in.to_page_range();
|
||||
|
||||
intersecting_set trampled_set = std::move(get_intersecting_set(fault_range));
|
||||
const intersecting_set trampled_set = get_intersecting_set(fault_range);
|
||||
|
||||
thrashed_set result = {};
|
||||
result.cause = cause;
|
||||
|
Loading…
Reference in New Issue
Block a user