Commit d24c9346 authored by nikolay serdjuk's avatar nikolay serdjuk
Browse files

ART: GenNegLong incorrectly handled register overlap for x86



There is a bug in the GenNegLong: it should invoke
   OpRegCopy(temp_reg, rl_result.reg.GetHigh());
instead of
   OpRegCopy(temp_reg, rl_result.reg);
But, anyway there is no need to handle the overlap
anymore because it is already handled in OpRegCopyWide()
which is invoked from StoreValueWide().
Change-Id: I379ed23434c72a91e875e753708387be6502bc57
Signed-off-by: default avatarnikolay serdjuk <nikolay.y.serdjuk@intel.com>
parent 97c1a658
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment