diff options
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx index 1250beedbcda..98d859c69cde 100644 --- a/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx @@ -56,11 +56,11 @@ extern "C" void privateSnippetExecutor() // Second argument: The pointer to all the above " mov x1, sp\n" - " bl _cpp_vtable_call\n" + " b _cpp_vtable_call\n" " ldp x8, lr, [sp, #0]\n" " add sp, sp, #144\n" - " ret lr\n" +// " ret lr\n" ); } |