X86: Fix for compilation bug with new cache code.
--HG-- extra : convert_revision : 073c6db0796cd2c11b8293b382b438a2a959b821
This commit is contained in:
parent
7da3a8e65c
commit
e5e5b0119d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue