44d43
< #include "config/use_checker.hh"
141,143c140,143
< #if USE_CHECKER
< if (this->isStoreConditional()) {
< this->reqToVerify->setExtraData(pkt->req->getExtraData());
---
> if (this->cpu->checker) {
> if (this->isStoreConditional()) {
> this->reqToVerify->setExtraData(pkt->req->getExtraData());
> }
145c145
< #endif
---
>