diff options
Diffstat (limited to 'cpu/o3/ras.hh')
-rw-r--r-- | cpu/o3/ras.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/o3/ras.hh b/cpu/o3/ras.hh index 5aa4fc05f..27e7c2df4 100644 --- a/cpu/o3/ras.hh +++ b/cpu/o3/ras.hh @@ -47,6 +47,8 @@ class ReturnAddrStack */ void init(unsigned numEntries); + void reset(); + /** Returns the top address on the RAS. */ Addr top() { return addrStack[tos]; } |