Fixed the bug described in GH issue 1831.
authorLubomir Litchev <lubol@microsoft.com>
Fri, 23 Oct 2015 18:47:19 +0000 (11:47 -0700)
committerLubomir Litchev <lubol@microsoft.com>
Sat, 24 Oct 2015 04:13:51 +0000 (21:13 -0700)
commit1fd0ea45a8b469c070b3f95472ec3149faa22815
tree07da2e7a627f74e6b91225277ae9245a5d2fdd73
parent68764ae2b70a1d84d05d7bcfd4a9296161e6627a
Fixed the bug described in GH issue 1831.

When generating unboxing function, if the return value is nullables
returned in 2 registers, creating the temp var to pass to the
helper function is not enough. Also need to make sure the operand type
stack is properly maintained.
src/jit/importer.cpp