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:
David Plowman
2025-10-23 12:49:13 +01:00
committed by Kieran Bingham
parent 06aee9135f
commit 557622308f

View File

@@ -76,7 +76,7 @@ public:
{
if (index >= numFloatingRegions())
return;
set(numRegions() + index, region);
set_(numRegions() + index, region);
}
const Region &get(unsigned int index) const