OSDN Git Service

ART: Fix opsize in LoadArgDirect
authorAndreas Gampe <agampe@google.com>
Mon, 6 Jul 2015 21:00:39 +0000 (14:00 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 7 Jul 2015 16:16:16 +0000 (09:16 -0700)
commit185a5586c8b796e770e9b4b7ac2befa8ccdaca7e
tree6f3c7dbc5a15fb025ab99665366bf6e53f19d644
parente7ea17b726ab415a0dc98c0a3901497bbcf3a4c3
ART: Fix opsize in LoadArgDirect

If the destination register is a reference, use kReference for the
op size.

Bug: 22244733
Change-Id: Idf52f2ee4c65b5dc41cb66257d95281dc6f32255
compiler/dex/quick/mir_to_lir.cc
test/800-smali/expected.txt
test/800-smali/smali/b_22244733.smali [new file with mode: 0644]
test/800-smali/src/Main.java