From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eobRJ-0007gx-VK for qemu-devel@nongnu.org; Wed, 21 Feb 2018 15:57:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eobQF-0004dd-VF for qemu-devel@nongnu.org; Wed, 21 Feb 2018 15:56:33 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:55287) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eobQF-0004c9-Aw for qemu-devel@nongnu.org; Wed, 21 Feb 2018 15:55:27 -0500 From: "Emilio G. Cota" Date: Wed, 21 Feb 2018 15:55:07 -0500 Message-Id: <1519246509-4022-1-git-send-email-cota@braap.org> Subject: [Qemu-devel] [PATCHv3 0/2] target/sh4: translator loop conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Richard Henderson , Aurelien Jarno Changes from v2: - Use int for both num_insns and max_insns, which involves no churn compared to converting everything to unsigned. Thanks, Emilio