mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
Buffer Cache: Fix GCC copmpile error
This commit is contained in:
parent
4a09517336
commit
5e78ad4378
1 changed files with 0 additions and 1 deletions
|
@ -591,7 +591,6 @@ void BufferCache<P>::CommitAsyncFlushesHigh() {
|
|||
for (auto& interval : intervals) {
|
||||
const std::size_t size = interval.upper() - interval.lower();
|
||||
const VAddr cpu_addr = interval.lower();
|
||||
const VAddr cpu_addr_end = interval.upper();
|
||||
ForEachBufferInRange(cpu_addr, size, [&](BufferId buffer_id, Buffer& buffer) {
|
||||
boost::container::small_vector<BufferCopy, 1> copies;
|
||||
buffer.ForEachDownloadRange(
|
||||
|
|
Loading…
Reference in a new issue