misc: Merge branch 'release-staging-v20.1.0.0' into develop
Change-Id: I3694b251855b969c7bd3807f34e1b4241d47d586
This commit is contained in:
@@ -347,7 +347,6 @@ template <class Impl>
|
||||
void
|
||||
O3ThreadContext<Impl>::setHtmCheckpointPtr(BaseHTMCheckpointPtr new_cpt)
|
||||
{
|
||||
assert(!thread->htmCheckpoint->valid());
|
||||
thread->htmCheckpoint = std::move(new_cpt);
|
||||
}
|
||||
|
||||
|
||||
@@ -196,6 +196,5 @@ SimpleThread::getHtmCheckpointPtr()
|
||||
void
|
||||
SimpleThread::setHtmCheckpointPtr(BaseHTMCheckpointPtr new_cpt)
|
||||
{
|
||||
assert(!_htmCheckpoint->valid());
|
||||
_htmCheckpoint = std::move(new_cpt);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user