Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.c
index 276a229a4c..49ce35e8d6 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.c
@@ -944,7 +944,6 @@ char * OS_nativeFunctionNames[] = {
#else
"objc_1msgSend__JJ_3JII",
#endif
- "objc_1msgSend__JJFD",
"objc_1msgSend__JJI",
"objc_1msgSend__JJ_3I",
"objc_1msgSend__JJ_3JJJ",
@@ -1133,6 +1132,7 @@ char * OS_nativeFunctionNames[] = {
#else
"objc_1msgSend_1bool__JJS",
#endif
+ "objc_1msgSend_1floatret",
#ifndef JNI64
"objc_1msgSend_1fpret__II",
#else

Back to the top