([Connection -forwardForProxy:selector:argFrame:]): Add an assertion

that we processed all arguments and dismissed the ConnectedCoder.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1929 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-11-02 20:39:47 +00:00
parent 67a48c4511
commit 8799c5c79d

View file

@ -630,6 +630,8 @@ static int messages_received_count;
last_argnum = type_get_number_of_arguments(type) - 1;
retframe = mframe_build_return (argframe, type, out_parameters,
decoder);
/* Make sure we processed all arguments, and dismissed the IP. */
assert (ip == (id)-1);
return retframe;
}
}