diff options
Diffstat (limited to 'cpu/o3/fu_pool.hh')
-rw-r--r-- | cpu/o3/fu_pool.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/o3/fu_pool.hh b/cpu/o3/fu_pool.hh index 7df5ad5f3..da6fdc802 100644 --- a/cpu/o3/fu_pool.hh +++ b/cpu/o3/fu_pool.hh @@ -134,7 +134,7 @@ class FUPool : public SimObject int getUnit(OpClass capability); /** Frees a FU at the end of this cycle. */ - void freeUnit(int fu_idx); + void freeUnitNextCycle(int fu_idx); /** Frees all FUs on the list. */ void processFreeUnits(); |