From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiQop-0008WC-4H for qemu-devel@nongnu.org; Tue, 11 Dec 2012 09:28:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiQok-00081U-W3 for qemu-devel@nongnu.org; Tue, 11 Dec 2012 09:28:23 -0500 Received: from mail-pb0-f45.google.com ([209.85.160.45]:39294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiQok-00081Q-Q5 for qemu-devel@nongnu.org; Tue, 11 Dec 2012 09:28:18 -0500 Received: by mail-pb0-f45.google.com with SMTP id mc8so2570032pbc.4 for ; Tue, 11 Dec 2012 06:28:18 -0800 (PST) From: Dongxue Zhang Date: Tue, 11 Dec 2012 22:28:28 +0800 Message-Id: <1355236110-4159-1-git-send-email-elta.era@gmail.com> Content-Type: text/plain; charset="utf-8" Subject: [Qemu-devel] [PATCH 1/3] Fix my email address List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Dongxue Zhang , petarj@mips.com, chenwj@iis.sinica.edu.tw, rth@twiddle.net Fix my email address, last time it's wrong. Signed-off-by: Dongxue Zhang --- target-mips/dsp_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-mips/dsp_helper.c b/target-mips/dsp_helper.c index 14daf91..536032b 100644 --- a/target-mips/dsp_helper.c +++ b/target-mips/dsp_helper.c @@ -2,7 +2,7 @@ * MIPS ASE DSP Instruction emulation helpers for QEMU. * * Copyright (c) 2012 Jia Liu - * Dongxue Zhang + * Dongxue Zhang * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either -- 1.7.10.4