diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/sst/ExtMaster.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sst/ExtMaster.cc b/ext/sst/ExtMaster.cc index 26a6c4a09..ce6f8ab7b 100644 --- a/ext/sst/ExtMaster.cc +++ b/ext/sst/ExtMaster.cc @@ -177,7 +177,7 @@ ExtMaster::handleEvent(SST::Event* event) } auto req = new Request(ev->getAddr(), ev->getSize(), flags, 0); - req->setThreadContext(ev->getGroupId(), 0); + req->setContext(ev->getGroupId()); auto pkt = new Packet(req, cmdO); pkt->allocate(); |