mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 18:59:11 +02:00
objc_msgSend_fpret for powerpc
git-svn-id: trunk@21535 -
This commit is contained in:
parent
96e892efeb
commit
c490900d86
@ -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}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user