Fix funceval for enregistered value types arguments. (#7149)
authorMike McLaughlin <mikem@microsoft.com>
Tue, 13 Sep 2016 12:48:27 +0000 (05:48 -0700)
committerJan Vorlicek <janvorli@microsoft.com>
Tue, 13 Sep 2016 12:48:27 +0000 (14:48 +0200)
commitc3a7ed0dcc7a58eaaaee2fa5d5900bb0efb4694a
tree8e7b70313c65434f8a4b5263d37cd763005e0abf
parent849da1bdf828256624dac634eefe8590e48f0c26
Fix funceval for enregistered value types arguments. (#7149)

Issue #7115.

MethodDescCallSide.CallTargetWorker used by funceval needed to deal with
enregistered 16 byte value types arguments not just return values.
src/vm/callhelpers.cpp