From c490900d86234abbbd2b64007f05e5e1a33fed06 Mon Sep 17 00:00:00 2001 From: dmitry Date: Wed, 2 Sep 2009 07:18:16 +0000 Subject: [PATCH] objc_msgSend_fpret for powerpc git-svn-id: trunk@21535 - --- lcl/interfaces/carbon/objc/objc-runtime.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lcl/interfaces/carbon/objc/objc-runtime.inc b/lcl/interfaces/carbon/objc/objc-runtime.inc index 161dd0e033..e778f26196 100644 --- a/lcl/interfaces/carbon/objc/objc-runtime.inc +++ b/lcl/interfaces/carbon/objc/objc-runtime.inc @@ -94,6 +94,8 @@ function objc_msgSendSuper(super: Pobjc_super; op: SEL; param3: array of const): {$if defined(CPUI386) or defined(__i386__)} function objc_msgSend_fpret(self: id; op: SEL; param3: array of const): cdouble; cdecl; external; +{$else} +function objc_msgSend_fpret(self: id; op: SEL; param3: array of const): cdouble; cdecl; external name 'objc_msgSend'; {$endif}