OSDN Git Service

Fix instruction printing for filled-new-array
authorAndreas Gampe <agampe@google.com>
Tue, 1 Apr 2014 01:10:53 +0000 (18:10 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 1 Apr 2014 01:10:53 +0000 (18:10 -0700)
commit7aca91db1571594cdb7e0a9ee704530b09c066e4
treede2cf12b3410680e3972902f22c3b156186f2283
parentcfd5acf281b0c509f86b13d73c6a8dfa3ea9922c
Fix instruction printing for filled-new-array

Only print the registers that are actually used. The rest is
garbage.

Change-Id: Ic9f03a51f81b95f7c70cf3e19122c8980003ae36
runtime/dex_instruction.cc