mem-ruby: sequencer prints panic pkts

Change-Id: I9cd780597c4680513d9cbeb8dda2e13f2a1faf56
This commit is contained in:
Tiago Mück
2022-10-05 18:00:21 -05:00
committed by Bobby R. Bruce
parent 85c00a2ebc
commit f37dfc090d

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019-2021 ARM Limited
* Copyright (c) 2019-2021,2023 ARM Limited
* All rights reserved.
*
* The license below extends only to copyright in the software and shall
@@ -1047,7 +1047,8 @@ Sequencer::makeRequest(PacketPtr pkt)
m_cache_inv_pkt = pkt;
invL1();
} else {
panic("Unsupported ruby packet type\n");
panic("Cannot convert packet [%s] to ruby request\n",
pkt->print());
}
}