mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Libffi support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13506 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e53ab6db84
commit
377fd7db34
18 changed files with 1525 additions and 748 deletions
|
@ -2004,7 +2004,9 @@ static void retEncoder (DOContext *ctxt)
|
|||
}
|
||||
else
|
||||
{
|
||||
#ifdef USE_FFCALL
|
||||
#ifdef USE_LIBFFI
|
||||
cifframe_build_return (inv, type, outParams, retDecoder, &ctxt);
|
||||
#elif defined(USE_FFCALL)
|
||||
callframe_build_return (inv, type, outParams, retDecoder, &ctxt);
|
||||
#endif
|
||||
/* Make sure we processed all arguments, and dismissed the IP.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue