From patchwork Tue Aug 7 10:00:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guan Xuetao X-Patchwork-Id: 175568 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1DE8F2C0098 for ; Tue, 7 Aug 2012 19:56:36 +1000 (EST) Received: from localhost ([::1]:37085 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SygWf-00069M-Ut for incoming@patchwork.ozlabs.org; Tue, 07 Aug 2012 05:56:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SygWS-0005s6-2e for qemu-devel@nongnu.org; Tue, 07 Aug 2012 05:56:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SygWQ-0005Es-Sw for qemu-devel@nongnu.org; Tue, 07 Aug 2012 05:56:19 -0400 Received: from mprc.pku.edu.cn ([162.105.203.9]:55227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SygWQ-0005Ei-6d for qemu-devel@nongnu.org; Tue, 07 Aug 2012 05:56:18 -0400 Received: from linuxdev-32 ([162.105.203.8]) by mprc.pku.edu.cn (8.13.8/8.13.8) with ESMTP id q779qMLB005600; Tue, 7 Aug 2012 17:52:22 +0800 Received: by linuxdev-32 (Postfix, from userid 1000) id 822681460534; Tue, 7 Aug 2012 18:01:03 +0800 (CST) From: gxt@mprc.pku.edu.cn To: qemu-devel@nongnu.org Date: Tue, 7 Aug 2012 18:00:58 +0800 Message-Id: X-Mailer: git-send-email 1.7.0.4 In-Reply-To: References: In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 162.105.203.9 Cc: aliguoli@us.ibm.com, blauwirbel@gmail.com, gxt@mprc.pku.edu.cn, afaerber@suse.de, chenwj@iis.sinica.edu.tw Subject: [Qemu-devel] [PATCH 18/19] unicore32: Close dump-option of cpu_dump_state_ucf64 function X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Guan Xuetao Since of tedious output, we close dump-option of cpu_dump_state_ucf64 function. Signed-off-by: Guan Xuetao --- target-unicore32/translate.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-unicore32/translate.c b/target-unicore32/translate.c index c74c49a..188bf8c 100644 --- a/target-unicore32/translate.c +++ b/target-unicore32/translate.c @@ -2138,7 +2138,7 @@ static const char *cpu_mode_names[16] = { "UM18", "UM19", "UM1A", "EXTN", "UM1C", "UM1D", "UM1E", "SUSR" }; -#define UCF64_DUMP_STATE +#undef UCF64_DUMP_STATE #ifdef UCF64_DUMP_STATE static void cpu_dump_state_ucf64(CPUUniCore32State *env, FILE *f, fprintf_function cpu_fprintf, int flags)