319a320
> * @param pred Final prediction for this branch
323c324
< int nrand, Addr corrTarget);
---
> int nrand, Addr corrTarget, bool pred);
373c374
< virtual void adjustAlloc(bool & alloc, bool taken);
---
> virtual void adjustAlloc(bool & alloc, bool taken, bool pred_taken);
403,409d403
< /**
< * Algorithm for returning a random number
< * This base TAGE class just uses random_mt, but some derived classes
< * may want to use a more realistic implementation or force some values
< */
< static int getRandom();
<