make sparc fs less chatty
src/SConscript:
strip doesn't take a src and dest in solaris
--HG--
extra : convert_revision : 57f95eda0e3232475a5b55753ace3f3f0fced8b3
This commit is contained in:
@@ -899,7 +899,6 @@ DTB::doMmuRegRead(ThreadContext *tc, Packet *pkt)
|
||||
pkt->set(tc->readMiscRegWithEffect(MISCREG_MMU_ITLB_CX_CONFIG));
|
||||
break;
|
||||
case ASI_SPARC_ERROR_STATUS_REG:
|
||||
warn("returning 0 for SPARC ERROR regsiter read\n");
|
||||
pkt->set((uint64_t)0);
|
||||
break;
|
||||
case ASI_HYP_SCRATCHPAD:
|
||||
|
||||
Reference in New Issue
Block a user