From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxSCk-0002r9-3M for qemu-devel@nongnu.org; Thu, 01 Apr 2010 17:45:34 -0400 Received: from [140.186.70.92] (port=37984 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxSCh-0002fC-Rb for qemu-devel@nongnu.org; Thu, 01 Apr 2010 17:45:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxSCg-0002eY-9o for qemu-devel@nongnu.org; Thu, 01 Apr 2010 17:45:31 -0400 Received: from os.inf.tu-dresden.de ([141.76.48.99]:44480) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxSCg-0002eP-49 for qemu-devel@nongnu.org; Thu, 01 Apr 2010 17:45:30 -0400 Received: from erwin.inf.tu-dresden.de ([141.76.48.80] helo=os.inf.tu-dresden.de) by os.inf.tu-dresden.de with esmtps (TLSv1:AES128-SHA:128) (Exim 4.71) id 1NxSCd-0003ye-8S for qemu-devel@nongnu.org; Thu, 01 Apr 2010 23:45:27 +0200 Date: Thu, 1 Apr 2010 23:45:25 +0200 From: Adam Lackorzynski Message-ID: <20100401214525.GB23153@os.inf.tu-dresden.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Subject: [Qemu-devel] [PATCH] Debugcon: Fix debugging printf List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Adam Lackorzynski --- hw/debugcon.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/debugcon.c b/hw/debugcon.c index d549091..5ee6821 100644 --- a/hw/debugcon.c +++ b/hw/debugcon.c @@ -60,7 +60,7 @@ static uint32_t debugcon_ioport_read(void *opaque, uint32_t addr) DebugconState *s = opaque; #ifdef DEBUG_DEBUGCON - printf("debugcon: read addr=0x%04x\n", addr, val); + printf("debugcon: read addr=0x%04x\n", addr); #endif return s->readback; -- 1.7.0.3 Adam -- Adam adam@os.inf.tu-dresden.de Lackorzynski http://os.inf.tu-dresden.de/~adam/