diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2012-01-10 10:15:02 -0600 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2012-01-10 10:15:02 -0600 |
commit | 9957035a42653a0666e30c744ab02fb0074db3a3 (patch) | |
tree | ffb06b65d5f1dd8bc7d49312872f49bd5142e1a6 /src/dev | |
parent | a5a2b9ecbdeeefcfa8d5a5d116c385cdf59e0256 (diff) | |
download | gem5-9957035a42653a0666e30c744ab02fb0074db3a3.tar.xz |
DPRINTF: Improve some dprintf messages.
Diffstat (limited to 'src/dev')
-rw-r--r-- | src/dev/io_device.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/io_device.cc b/src/dev/io_device.cc index dab1f766e..00e463de1 100644 --- a/src/dev/io_device.cc +++ b/src/dev/io_device.cc @@ -71,7 +71,7 @@ void PioDevice::init() { if (!pioPort) - panic("Pio port not connected to anything!"); + panic("Pio port of %s not connected to anything!", name()); pioPort->sendStatusChange(Port::RangeChange); } |