mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-22 13:12:33 +00:00
Invocation related fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12566 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
17164af508
commit
c7b827b21e
9 changed files with 102 additions and 72 deletions
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
[self setSelector: aSelector];
|
||||
/*
|
||||
* Copy the _argframe we were given.
|
||||
* Copy the _cframe we were given.
|
||||
*/
|
||||
if (frame)
|
||||
{
|
||||
|
@ -83,7 +83,6 @@
|
|||
_sig = RETAIN(aSignature);
|
||||
_numArgs = [aSignature numberOfArguments];
|
||||
_info = [aSignature methodInfo];
|
||||
_argframe = mframe_create_argframe([_sig methodType], &_retval);
|
||||
_cframe = cifframe_from_sig([_sig methodType], &_retval);
|
||||
if (_retval == 0 && _info[0].size > 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue