summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl')
-rwxr-xr-xbridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl10
1 files changed, 5 insertions, 5 deletions
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 80b45fe219eb..67701cbfe7e8 100755
--- a/bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl
+++ b/bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl
@@ -34,11 +34,11 @@ printf (".text\n");
printf ("#ifdef __arm\n");
printf ("\n");
-printf ("@ Each codeSnippetX function stores pc into ip and branches to _privateSnippetExecutor\n");
-printf ("@ The branch instruction is followed by two longs (that ip thus points to):\n");
-printf ("@ - the function index, as such and with the 0x80000000 bit set\n");
-printf ("@ (to indicate a hidden parameter for returning large values)\n");
-printf ("@ - the vtable offset\n");
+printf ("// Each codeSnippetX function stores pc into ip and branches to _privateSnippetExecutor\n");
+printf ("// The branch instruction is followed by two longs (that ip thus points to):\n");
+printf ("// - the function index, as such and with the 0x80000000 bit set\n");
+printf ("// (to indicate a hidden parameter for returning large values)\n");
+printf ("// - the vtable offset\n");
printf ("\n");
printf ("\t.align 4\n");