diff options
Diffstat (limited to 'cpu/beta_cpu/rename_map.hh')
-rw-r--r-- | cpu/beta_cpu/rename_map.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/beta_cpu/rename_map.hh b/cpu/beta_cpu/rename_map.hh index 44a7eefb1..198cfc536 100644 --- a/cpu/beta_cpu/rename_map.hh +++ b/cpu/beta_cpu/rename_map.hh @@ -64,8 +64,8 @@ class SimpleRenameMap void setEntry(RegIndex arch_reg, PhysRegIndex renamed_reg); - void squash(vector<RegIndex> freed_regs, - vector<UnmapInfo> unmaps); + void squash(std::vector<RegIndex> freed_regs, + std::vector<UnmapInfo> unmaps); int numFreeEntries(); |