ipa: rpi: Fix the set function for floating statistics regions
Previously it was calling the wrong internal function which would do nothing. Signed-off-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
committed by
Kieran Bingham
parent
06aee9135f
commit
557622308f
@@ -76,7 +76,7 @@ public:
|
||||
{
|
||||
if (index >= numFloatingRegions())
|
||||
return;
|
||||
set(numRegions() + index, region);
|
||||
set_(numRegions() + index, region);
|
||||
}
|
||||
|
||||
const Region &get(unsigned int index) const
|
||||
|
||||
Reference in New Issue
Block a user