Fix for bug 2294 [JitStress=2] Assertion failed 'curArgTabEntry->regNum == regNum...
authorHongtao Yu <hoy@microsoft.com>
Mon, 11 Jan 2016 19:03:32 +0000 (11:03 -0800)
committerHongtao Yu <hoy@microsoft.com>
Mon, 11 Jan 2016 19:03:32 +0000 (11:03 -0800)
commit61168a0c89f3461a6c4c2cf8dfac4c53e7416733
tree85bab572a7844d01a390f2d3350bb7f26389c9a3
parenta7a79de1e4491b9c3a2a69665183f62024752172
Fix for bug 2294 [JitStress=2] Assertion failed 'curArgTabEntry->regNum == regNum' in 'BringUpTest Main() in morph.cpp

The bug is due to a misproper definition of LAST_FP_ARGREG for Unix. On Windows, we set LAST_FP_ARGREG to XMM3. On UNix, the value should be XMM7.
src/jit/target.h