commit | 55884bc1e2e1b324809b462455ccaf5811ffafd8 | [log] [tgz] |
---|---|---|
author | Mark Mendell <mark.p.mendell@intel.com> | Tue Jun 10 10:21:29 2014 -0400 |
committer | Ian Rogers <irogers@google.com> | Tue Jun 10 13:49:53 2014 -0700 |
tree | 00d10080945f9932bae2c2aafff5b6ccf8a5f452 | |
parent | 69d57a89595c7c0fba7b7f7b7c6b431a92137215 [diff] |
X86_64: Proper IMT fix Unfortunately, 97184: X86_64: Pass 'hidden method index' in EAX wasn't correct. TargetReg(kInvokeTgt) is ALSO EAX, and so invoke-interface blows up, since the saved index is overwritten by the generated code. Change kInvokeTgt to EDI (the same as ARG0). Change-Id: I4b1d260237274ee26b9283d810d1b74484ea59af Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>