From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU05m-0006Tz-Tm for qemu-devel@nongnu.org; Thu, 01 Nov 2012 15:06:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TU05l-0007Qx-TW for qemu-devel@nongnu.org; Thu, 01 Nov 2012 15:06:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36149) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU05l-0007Qp-Lq for qemu-devel@nongnu.org; Thu, 01 Nov 2012 15:06:13 -0400 From: Stefan Hajnoczi Date: Thu, 1 Nov 2012 20:05:44 +0100 Message-Id: <1351796754-21703-6-git-send-email-stefanha@redhat.com> In-Reply-To: <1351796754-21703-1-git-send-email-stefanha@redhat.com> References: <1351796754-21703-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 3/6] target-arm/neon_helper: Remove obsolete FIXME comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , qemu-devel@nongnu.org, Stefan Hajnoczi From: Peter Maydell Commit 33ebc29 fixed the bugs in the implementation of VQRSHL, but forgot to remove the FIXME comment... Signed-off-by: Peter Maydell Signed-off-by: Stefan Hajnoczi --- target-arm/neon_helper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/target-arm/neon_helper.c b/target-arm/neon_helper.c index 8bb5129..9aa920d 100644 --- a/target-arm/neon_helper.c +++ b/target-arm/neon_helper.c @@ -788,7 +788,6 @@ uint64_t HELPER(neon_qshlu_s64)(CPUARMState *env, uint64_t valop, uint64_t shift return helper_neon_qshl_u64(env, valop, shiftop); } -/* FIXME: This is wrong. */ #define NEON_FN(dest, src1, src2) do { \ int8_t tmp; \ tmp = (int8_t)src2; \ -- 1.7.11.7