Allow ASI_LDTX_REAL
--HG-- extra : convert_revision : ba1af012ab8ac61a25058977cb7ec511eb2cf3cb
This commit is contained in:
parent
c8a2d602b1
commit
ae0d8d1681
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ DTB::translate(RequestPtr &req, ThreadContext *tc, bool write)
|
||||||
panic("Block ASIs not supported\n");
|
panic("Block ASIs not supported\n");
|
||||||
if (AsiIsNoFault(asi))
|
if (AsiIsNoFault(asi))
|
||||||
panic("No Fault ASIs not supported\n");
|
panic("No Fault ASIs not supported\n");
|
||||||
if (!write && asi == ASI_QUAD_LDD)
|
if (!write && (asi == ASI_QUAD_LDD || asi == ASI_LDTX_REAL))
|
||||||
goto continueDtbFlow;
|
goto continueDtbFlow;
|
||||||
|
|
||||||
if (AsiIsTwin(asi))
|
if (AsiIsTwin(asi))
|
||||||
|
|
Loading…
Reference in a new issue