From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dSP7j-0008EP-Q6 for qemu-devel@nongnu.org; Tue, 04 Jul 2017 10:48:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dSP7i-00018Y-UA for qemu-devel@nongnu.org; Tue, 04 Jul 2017 10:48:19 -0400 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:36182) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dSP7i-00017l-OT for qemu-devel@nongnu.org; Tue, 04 Jul 2017 10:48:18 -0400 Received: by mail-wm0-x236.google.com with SMTP id 62so198658467wmw.1 for ; Tue, 04 Jul 2017 07:48:18 -0700 (PDT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Tue, 4 Jul 2017 15:48:54 +0100 Message-Id: <20170704144859.17644-7-alex.bennee@linaro.org> In-Reply-To: <20170704144859.17644-1-alex.bennee@linaro.org> References: <20170704144859.17644-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [RISU PATCH 06/11] risugen: fix bad indent List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, qemu-arm@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= Signed-off-by: Alex Bennée --- risugen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/risugen b/risugen index 8b20425..347cf12 100755 --- a/risugen +++ b/risugen @@ -262,7 +262,7 @@ Valid options: These REs are applied after the matching pattern which is useful if you want to exclude a specific instruction from a general set you have excluded. - --no-fp : disable floating point: no fp init, randomization etc. + --no-fp : disable floating point: no fp init, randomization etc. Useful to test before support for FP is available. --be : generate instructions in Big-Endian byte order (ppc64 only). --help : print this message -- 2.13.0