From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LeayH-0003pS-T9 for qemu-devel@nongnu.org; Tue, 03 Mar 2009 15:12:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeayG-0003oj-6O for qemu-devel@nongnu.org; Tue, 03 Mar 2009 15:12:09 -0500 Received: from [199.232.76.173] (port=53597 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeayG-0003of-2E for qemu-devel@nongnu.org; Tue, 03 Mar 2009 15:12:08 -0500 Received: from mail-bw0-f171.google.com ([209.85.218.171]:34879) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LeayF-0007im-Ne for qemu-devel@nongnu.org; Tue, 03 Mar 2009 15:12:07 -0500 Received: by bwz19 with SMTP id 19so2354710bwz.34 for ; Tue, 03 Mar 2009 12:12:06 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <49AD1F27.1010705@earthlink.net> References: <49AD1F27.1010705@earthlink.net> Date: Tue, 3 Mar 2009 22:12:05 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH] fix slavio_intctl.c compile errors From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: 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 On 3/3/09, Robert Reif wrote: > Fix slavio_intctl.c compile errors when debugging is enabled. Thanks, applied.