atually set all 64 bits of the retun value to 0
--HG-- extra : convert_revision : 77bfdf07a49d41a2392f429fdc632c1461ac504c
This commit is contained in:
@@ -895,7 +895,7 @@ DTB::doMmuRegRead(ThreadContext *tc, Packet *pkt)
|
||||
break;
|
||||
case ASI_SPARC_ERROR_STATUS_REG:
|
||||
warn("returning 0 for SPARC ERROR regsiter read\n");
|
||||
pkt->set(ULL(0));
|
||||
pkt->set((uint64_t)0);
|
||||
break;
|
||||
case ASI_HYP_SCRATCHPAD:
|
||||
case ASI_SCRATCHPAD:
|
||||
|
||||
Reference in New Issue
Block a user