Handle another extension to delegates.
authorRodrigo Kumpera <kumpera@gmail.com>
Sat, 27 Nov 2010 02:00:19 +0000 (00:00 -0200)
committerRodrigo Kumpera <kumpera@gmail.com>
Sat, 27 Nov 2010 02:13:52 +0000 (00:13 -0200)
commit37f76dda0958d76473e58d99068cc740686fb0d0
tree8be6557eadb653e4a8aa085d3e0a5082a4a1a72f
parent26cd7771a3fe87ca64a2c01c53444d29d5772689
Handle another extension to delegates.

* mini-trampolines.c (mono_delegate_trampoline): Handle the
case of a delegate created with ldftn on which the method token
points to an abstract method. This case behaves in the same way
as ldvirtftn.

Fixes #317488
mono/mini/mini-trampolines.c