mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Applied patch #6677
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27080 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6494df8f1b
commit
8658db87db
35 changed files with 142 additions and 88 deletions
|
@ -820,7 +820,7 @@ mframe_do_call (DOContext *ctxt,
|
|||
/* The selector for the message we're sending to the TARGET. */
|
||||
SEL selector;
|
||||
/* The OBJECT's Method(_t) pointer for the SELECTOR. */
|
||||
GSMethod meth;
|
||||
GSMethod meth = 0;
|
||||
/* The OBJECT's implementation of the SELECTOR. */
|
||||
IMP method_implementation;
|
||||
/* The number bytes for holding arguments passed on the stack. */
|
||||
|
@ -909,7 +909,7 @@ mframe_do_call (DOContext *ctxt,
|
|||
@"Will search for arbitrary signature.",
|
||||
object,
|
||||
GSNameFromClass(GSObjCIsClass(object)
|
||||
? object : GSObjCClass(object)),
|
||||
? object : (id) GSObjCClass(object)),
|
||||
GSNameFromSelector(selector));
|
||||
type = GSTypesFromSelector(selector);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue