From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjS6f-00047i-H9 for qemu-devel@nongnu.org; Tue, 06 Oct 2015 09:16:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjS6c-0001RH-AY for qemu-devel@nongnu.org; Tue, 06 Oct 2015 09:16:37 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:14048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjS6c-0001R8-58 for qemu-devel@nongnu.org; Tue, 06 Oct 2015 09:16:34 -0400 References: <1443804650-59514-1-git-send-email-yongbok.kim@imgtec.com> From: Leon Alrae Message-ID: <5613C9AD.6030309@imgtec.com> Date: Tue, 6 Oct 2015 14:16:29 +0100 MIME-Version: 1.0 In-Reply-To: <1443804650-59514-1-git-send-email-yongbok.kim@imgtec.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-mips: Add enum for BREAK32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yongbok Kim , qemu-devel@nongnu.org Cc: aurelien@aurel32.net On 02/10/15 17:50, Yongbok Kim wrote: > Add enum for BREAK32 > > Signed-off-by: Yongbok Kim > --- > target-mips/translate.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Reviewed-by: Leon Alrae