Fix handling of FP args on stack in the ArgIterator (#4729)
authorJan Vorlicek <janvorli@microsoft.com>
Tue, 3 May 2016 04:22:11 +0000 (06:22 +0200)
committerJan Kotas <jkotas@microsoft.com>
Tue, 3 May 2016 04:22:11 +0000 (21:22 -0700)
commit92e2d4e6fe1d1af3ee761637f1c99e4e8616282c
treef177ece71b6a5efdc3fcbd4e4cf75439e4c4dcd0
parentb2dc8a1d6f6ed13549a240e1ebbfc7d3306830e6
Fix handling of FP args on stack in the ArgIterator (#4729)

This change fixes a bug in the ArgIterator that resulted in assigning
floating point arguments that didn't fit to the xmm registers to general
purpose registers in the ArgIterator if there were some general purpose
registers available.
src/vm/callingconvention.h