From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0VU1-0000a1-Dq for qemu-devel@nongnu.org; Sun, 13 Feb 2005 20:57:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0VTt-0000VB-LQ for qemu-devel@nongnu.org; Sun, 13 Feb 2005 20:57:00 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0VTt-0000TT-2P for qemu-devel@nongnu.org; Sun, 13 Feb 2005 20:56:57 -0500 Received: from [65.19.178.186] (helo=pythonhacker.is-a-geek.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D0VED-0006fy-Gb for qemu-devel@nongnu.org; Sun, 13 Feb 2005 20:40:45 -0500 From: Darryl Dixon Content-Type: multipart/mixed; boundary="=-1MaEnWxZluajzng4fcRV" Date: Mon, 14 Feb 2005 14:40:13 +1300 Message-Id: <1108345214.1601.34.camel@localhost.localdomain> Mime-Version: 1.0 Subject: [Qemu-devel] [PATCH] sb16 debug output Reply-To: esrever_otua@pythonhacker.is-a-geek.net, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --=-1MaEnWxZluajzng4fcRV Content-Type: multipart/alternative; boundary="=-yEV5dmn36/otTzX2BCMR" --=-yEV5dmn36/otTzX2BCMR Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, Attached is a purely frivolous patch to correct a typo that's slowly been driving me nuts in the debug output from the sb16 code :) Cheers, -- Darryl Dixon --=-yEV5dmn36/otTzX2BCMR Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Hi,

    Attached is a purely frivolous patch to correct a typo that's slowly been driving me nuts in the debug output from the sb16 code :)

Cheers,
--
Darryl Dixon <esrever_otua@pythonhacker.is-a-geek.net>
--=-yEV5dmn36/otTzX2BCMR-- --=-1MaEnWxZluajzng4fcRV Content-Disposition: attachment; filename=sb16_truly.patch Content-Type: text/x-patch; name=sb16_truly.patch; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit diff -ru qemu/hw/sb16.c qemu_truly/hw/sb16.c --- qemu/hw/sb16.c 2004-11-15 05:02:09.000000000 +1300 +++ qemu_truly/hw/sb16.c 2005-02-14 14:35:00.343493670 +1300 @@ -540,7 +540,7 @@ return; warn: - dolog ("warning: command %#x,%d is not trully understood yet\n", + dolog ("warning: command %#x,%d is not truly understood yet\n", cmd, s->needed_bytes); s->cmd = cmd; return; --=-1MaEnWxZluajzng4fcRV--