-----Original Message-----
From: g...@cmdmail.amd.com [mailto:g...@cmdmail.amd.com] 
Sent: Monday, November 09, 2009 10:32 AM
To: Beckmann, Brad
Subject: [PATCH 05 of 31] ruby: Added more info to bridge error message

# HG changeset patch
# User Brad Beckmann <brad.beckm...@amd.com>
# Date 1257791382 28800
# Node ID 59f4c07ad3004902fe19a85a0a73ba499a169bc1
# Parent  c5fab2b2f227a77faa7adfadfbab9d4b6b9f2515
ruby: Added more info to bridge error message

diff -r c5fab2b2f227 -r 59f4c07ad300 src/mem/bridge.cc
--- a/src/mem/bridge.cc Mon Nov 09 10:29:42 2009 -0800
+++ b/src/mem/bridge.cc Mon Nov 09 10:29:42 2009 -0800
@@ -93,7 +93,9 @@
         fatal("Both ports of bus bridge are not connected to a
bus.\n");
 
     if (portA.peerBlockSize() != portB.peerBlockSize())
-        fatal("Busses don't have the same block size... Not
supported.\n");
+        fatal("port A size %d, port B size %d \n " \
+              "Busses don't have the same block size... Not
supported.\n",
+              portA.peerBlockSize(), portB.peerBlockSize());
 }
 
 bool

_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to