From 1d3b6ce74a70d1f8e53e8430c46f7f6cc7cf6ec1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 23 Dec 2013 02:02:11 +0200 Subject: Avoid Perl warnings Change-Id: I62ade513bd98e5410c1df14e890e8cc964f1eb25 --- bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl') diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl b/bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl index 5150686f806c..a8548836fef3 100755 --- a/bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl +++ b/bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl @@ -47,8 +47,8 @@ printf ("#if defined(__arm) || defined(__arm64)\n"); printf ("\n"); printf ("// Each codeSnippetX function stores into ip (arm64: x15) an address and branches to _privateSnippetExecutor\n"); printf ("// The address is that following the branch instruction, containing two 32-bit ints:\n"); -printf ("// - the function index (for 32-bit can have the 0x80000000 bit set\n"); -printf ("// to indicate that a hidden parameter is used for returning large values)\n"); +printf ("// - the function index, which for 32-bit can have the 0x80000000 bit set\n"); +printf ("// to indicate that a hidden parameter is used for returning large values\n"); printf ("// - the vtable offset\n"); printf ("\n"); -- cgit