OSDN Git Service

Fix dexdump.
authorAndy McFadden <fadden@android.com>
Tue, 22 Jun 2010 17:34:21 +0000 (10:34 -0700)
committerAndy McFadden <fadden@android.com>
Tue, 22 Jun 2010 17:34:21 +0000 (10:34 -0700)
commit45a82a133c0f8d91bce6621be1ea2f4818e8e340
tree08ea280d27202edf15990f0f76d3b7603068b682
parent364f9d924cbd9d392744a66f80cc084c3d80caf0
Fix dexdump.

It was printing bad output or crashing on the -wide-volatile instructions
generated by "dx".  This inverts the "else" clause, treating new-array
and instance-of as the special case.

Change-Id: I1717508d2e41cdc9a2396e2eaa215d7f9f8ac21b
dexdump/DexDump.c