X86: Fix for compilation bug with new cache code.
--HG-- extra : convert_revision : 073c6db0796cd2c11b8293b382b438a2a959b821
This commit is contained in:
@@ -170,7 +170,7 @@ def template MicroLoadCompleteAcc {{
|
||||
%(op_rd)s;
|
||||
|
||||
Mem = pkt->get<typeof(Mem)>();
|
||||
int offset = pkt->flags;
|
||||
int offset = pkt->req->getFlags();
|
||||
Mem = bits(Mem, (offset + dataSize) * 8 - 1, offset * 8);
|
||||
%(code)s;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user