Merge zizzer:/bk/m5 into zizzer.eecs.umich.edu:/z/alschult/m5
--HG-- extra : convert_revision : 0bd6506e79600775dd0f72996120321f249b3411
This commit is contained in:
@@ -352,7 +352,7 @@ SimpleCPU::copy(Addr dest)
|
||||
{
|
||||
int blk_size = (dcacheInterface) ? dcacheInterface->getBlockSize() : 64;
|
||||
uint8_t data[blk_size];
|
||||
assert(xc->copySrcPhysAddr);
|
||||
assert(xc->copySrcAddr);
|
||||
memReq->reset(dest, blk_size);
|
||||
// translate to physical address
|
||||
Fault fault = xc->translateDataWriteReq(memReq);
|
||||
|
||||
Reference in New Issue
Block a user