diff options
Diffstat (limited to 'src/arch/sparc')
-rw-r--r-- | src/arch/sparc/ua2005.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/sparc/ua2005.cc b/src/arch/sparc/ua2005.cc index 880d2c3eb..d126d5944 100644 --- a/src/arch/sparc/ua2005.cc +++ b/src/arch/sparc/ua2005.cc @@ -346,8 +346,7 @@ MiscRegFile::processHSTickCompare(ThreadContext *tc) // we're actually at the correct cycle or we need to wait a little while // more int ticks; - if ( tc->status() == ThreadContext::Halted || - tc->status() == ThreadContext::Unallocated) + if ( tc->status() == ThreadContext::Halted) return; ticks = ((int64_t)(hstick_cmpr & mask(63)) - (int64_t)stick) - |