Skip to content

aco: correctly recognize if there are no more register gaps

Rhys Perry requested to merge pendingchaos/mesa:aco_ra_get_simple_gap_fix into master

The find_if() returns end_it if it fails, not bounds.end().

Edited by Rhys Perry

Merge request reports