From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YILTR-0001w7-Bs for qemu-devel@nongnu.org; Mon, 02 Feb 2015 13:11:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YILTN-00031B-Oa for qemu-devel@nongnu.org; Mon, 02 Feb 2015 13:11:49 -0500 Received: from mail-qc0-x232.google.com ([2607:f8b0:400d:c01::232]:51584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YILTN-00030x-Ks for qemu-devel@nongnu.org; Mon, 02 Feb 2015 13:11:45 -0500 Received: by mail-qc0-f178.google.com with SMTP id b13so31554199qcw.9 for ; Mon, 02 Feb 2015 10:11:44 -0800 (PST) Sender: Richard Henderson Message-ID: <54CFBDDC.90803@twiddle.net> Date: Mon, 02 Feb 2015 10:11:40 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1422287596-5621-1-git-send-email-leon.alrae@imgtec.com> In-Reply-To: <1422287596-5621-1-git-send-email-leon.alrae@imgtec.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-mips: fix detection of the end of the page during translation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leon Alrae , qemu-devel@nongnu.org On 01/26/2015 07:53 AM, Leon Alrae wrote: > The test is supposed to terminate TB if the end of the page is reached. > However, with current implementation it may never succeed for microMIPS or > mips16. > > Reported-by: Richard Henderson > Signed-off-by: Leon Alrae > --- > target-mips/translate.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~