Enable Virtual Stub calls that are direct for x86
authorCarol Eidt <carol.eidt@microsoft.com>
Thu, 11 Feb 2016 18:39:36 +0000 (10:39 -0800)
committerCarol Eidt <carol.eidt@microsoft.com>
Thu, 18 Feb 2016 23:29:39 +0000 (15:29 -0800)
commit6bbc5aa508c8d23715361f3d84fb17de6bd00678
tree1e1c887544cf825c94cd4958b23d7fbc5c54345f
parentb90b09116d12ab65328fbd1ed80c21c75131e121
Enable Virtual Stub calls that are direct for x86

On x86, direct virtual stub calls must be done with a relative address, NOT through a register.
src/jit/lower.cpp
src/jit/lowerxarch.cpp