Commit 0b3d89ca by Kresten Krab Thorup

(-performv): Use new objc_msg_sendv.

From-SVN: r5201
parent a62354a0
......@@ -255,7 +255,7 @@ extern int errno;
- performv:(SEL)aSel :(arglist_t)argFrame
{
return objc_msg_sendv(self, aSel, method_get_argsize(0), argFrame);
return objc_msg_sendv(self, aSel, argFrame);
}
+ poseAs:(Class*)aClassObject
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment