diff options
Diffstat (limited to 'cpu/ozone/lw_back_end.hh')
-rw-r--r-- | cpu/ozone/lw_back_end.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/ozone/lw_back_end.hh b/cpu/ozone/lw_back_end.hh index 028fdaf8c..770b66ad5 100644 --- a/cpu/ozone/lw_back_end.hh +++ b/cpu/ozone/lw_back_end.hh @@ -187,7 +187,7 @@ class LWBackEnd void instToCommit(DynInstPtr &inst); void switchOut(); - + void doSwitchOut(); void takeOverFrom(ExecContext *old_xc = NULL); bool isSwitchedOut() { return switchedOut; } @@ -314,6 +314,7 @@ class LWBackEnd bool fetchHasFault; bool switchedOut; + bool switchPending; DynInstPtr memBarrier; |