From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsZMJ-0004wK-Js for qemu-devel@nongnu.org; Fri, 28 Jun 2013 10:09:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsZMF-0006N9-3V for qemu-devel@nongnu.org; Fri, 28 Jun 2013 10:09:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsZME-0006Mz-SJ for qemu-devel@nongnu.org; Fri, 28 Jun 2013 10:09:03 -0400 Date: Fri, 28 Jun 2013 16:08:55 +0200 From: Kevin Wolf Message-ID: <20130628140855.GC16566@dhcp-200-207.str.redhat.com> References: <1372426996-24282-1-git-send-email-mark.cave-ayland@ilande.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1372426996-24282-1-git-send-email-mark.cave-ayland@ilande.co.uk> Subject: Re: [Qemu-devel] [PATCH] cmd646: fix build when DEBUG_IDE is enabled. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Cave-Ayland Cc: qemu-devel@nongnu.org Am 28.06.2013 um 15:43 hat Mark Cave-Ayland geschrieben: > Make sure we use the correct TARGET/PRI macros in the debug statements. > > Signed-off-by: Mark Cave-Ayland > CC: Kevin Wolf Thanks, applied to the block branch. Kevin