Merge branch 'rr1-maint'
This commit is contained in:
commit
a6ed9aad0b
1 changed files with 2 additions and 0 deletions
|
@ -461,6 +461,8 @@ size_t controller_frame_vector::walk_helper(size_t frame, bool sflag) throw()
|
||||||
page++;
|
page++;
|
||||||
cache_page = &pages[page];
|
cache_page = &pages[page];
|
||||||
cache_page_num = page;
|
cache_page_num = page;
|
||||||
|
index = 0;
|
||||||
|
offset = 0;
|
||||||
}
|
}
|
||||||
if(controller_frame::sync(cache_page->content + offset))
|
if(controller_frame::sync(cache_page->content + offset))
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue