652c652
< (req->isLocked() ? MemCmd::WriteReq : MemCmd::StoreCondReq);
---
> (req->isLocked() ? MemCmd::StoreCondReq : MemCmd::WriteReq);