From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Smtbn-0008Ou-Fo for qemu-devel@nongnu.org; Thu, 05 Jul 2012 17:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Smtbl-0001wd-GC for qemu-devel@nongnu.org; Thu, 05 Jul 2012 17:29:07 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:38077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Smtbl-0001vS-AL for qemu-devel@nongnu.org; Thu, 05 Jul 2012 17:29:05 -0400 From: Peter Maydell Date: Thu, 5 Jul 2012 22:28:57 +0100 Message-Id: <1341523740-22711-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/3] target-i386: minor code cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Stefan Weil , patches@linaro.org These three patches fix some minor code cleanliness issues I noticed while reviewing Stefan Weil's recent build-breakage fixing patch. No behavioural changes. Peter Maydell (3): target-i386: Remove unused macros target-i386: Remove confusing X86_64_DEF macro target-i386: make it clearer that op table accesses don't overrun target-i386/translate.c | 57 ++++++++++++++++++++++++---------------------- 1 files changed, 30 insertions(+), 27 deletions(-) -- 1.7.5.4