rsx: Batch transform contants load methods

This commit is contained in:
Eladash 2020-04-04 10:51:49 +03:00 committed by Ivan
parent f36686b1a7
commit 72d1efa383
3 changed files with 35 additions and 16 deletions

View file

@ -176,9 +176,7 @@ namespace utils
void set_min_max(const address_range &other)
{
const address_range _range = get_min_max(other);
start = _range.start;
end = _range.end;
*this = get_min_max(other);
}
bool is_page_range() const