[Mono-list] RunTests.corlib.exe in mint failing
Paolo Molaro
lupus@ximian.com
Sat, 16 Mar 2002 15:10:14 +0100
On 03/16/02 Nick Drochak wrote:
> I found that ves_pinvoke_method(frame) is being used to execute the
> method. This doesn't seem correct at first glance because SetValueImpl
> is just an InternalCall. The METHOD_ATTRIBUTE_PINVOKE_IMPL flag _is_
> set on that method for the frame, so that's why it's choosing
> ves_pinvoke_method. However, that flag has probably been improperly
> set.
Most of the internalcalls are executed just like P/Invoke methods
because they are basically the same (with icalls you don't do marshaling,
but that's it).
lupus
--
-----------------------------------------------------------------
lupus@debian.org debian/rules
lupus@ximian.com Monkeys do it better