Merge zizzer:/bk/m5 into zizzer.eecs.umich.edu:/z/alschult/m5
--HG-- extra : convert_revision : 0bd6506e79600775dd0f72996120321f249b3411
This commit is contained in:
commit
bdc7803694
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue