OSDN Git Service

ART: Fix x86_64 instrumentation_exit, also movsd -> movq
authorAndreas Gampe <agampe@google.com>
Wed, 23 Jul 2014 17:05:02 +0000 (10:05 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 23 Jul 2014 18:16:03 +0000 (11:16 -0700)
commitf5881ed68a05b371e7578966470ff3801b180578
tree8a6b7ea50cb70ccc104b85e29015f3f7cc20ad34
parent2c240f7972dc4e6c7cbfb5d4ddcae64720230109
ART: Fix x86_64 instrumentation_exit, also movsd -> movq

Change movd/movsd to movq.

Bug: 16386215

(cherry picked from commit fea29016a79f39ac12a4ba4ebdcbc86800c03427)

Change-Id: Icca71ca2aeeb2917aff46043051d6046f04395d4
runtime/arch/x86/quick_entrypoints_x86.S
runtime/arch/x86_64/quick_entrypoints_x86_64.S