objc_msgSend_fpret for powerpc

git-svn-id: trunk@21535 -
This commit is contained in:
dmitry 2009-09-02 07:18:16 +00:00
parent 96e892efeb
commit c490900d86

View File

@ -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}