OSDN Git Service

Fix x86 instrumentation exit entrypoint and trace size limit.
authorJeff Hao <jeffhao@google.com>
Wed, 23 Jul 2014 01:38:42 +0000 (18:38 -0700)
committerJeff Hao <jeffhao@google.com>
Wed, 23 Jul 2014 01:40:11 +0000 (18:40 -0700)
commitcf2e7b0621dfe7fcacd56555dffabab65d1130e7
tree9d39b8b6d5711e6ecddb2aeab8f0af759e227cdb
parent2ac30da089ed9f2a27c177a972f4d67754454637
Fix x86 instrumentation exit entrypoint and trace size limit.

The x86 instruction movd only copies a 32-bit value when used with a
memory location. movsd properly copies 64-bits.

Bug: 16386215

Change-Id: Ia59b2c2af72ce5202c7b62413687aedb48cfd25e
runtime/arch/x86/quick_entrypoints_x86.S
test/run-test