summaryrefslogtreecommitdiffstats
path: root/dexdump
diff options
context:
space:
mode:
authorjeffhao <jeffhao@google.com>2011-01-04 14:18:54 -0800
committerjeffhao <jeffhao@google.com>2011-01-07 10:45:59 -0800
commit71eee1f0c2eb514585fdbee16730c9c2209e8f68 (patch)
treeb9b63713a5b89aaf923c04b73358b29b1b584251 /dexdump
parentb4d9186dbb1b1ac4a497f33e8427333816ca2263 (diff)
downloadandroid_dalvik-71eee1f0c2eb514585fdbee16730c9c2209e8f68.tar.gz
android_dalvik-71eee1f0c2eb514585fdbee16730c9c2209e8f68.tar.bz2
android_dalvik-71eee1f0c2eb514585fdbee16730c9c2209e8f68.zip
Added vm support for new jumbo opcodes.
This enables jumbo opcodes by default, and they will get used by the current build without modification. Support has been added for arm, x86, and the portable interpreter. x86-atom support is on the TODO list. This commit also includes a test for the new jumbo opcodes. Change-Id: Ic3f1b41b51645861c5196f76aaf0e96e727ea537
Diffstat (limited to 'dexdump')
-rw-r--r--dexdump/DexDump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dexdump/DexDump.c b/dexdump/DexDump.c
index bc18213b8..914f49fd9 100644
--- a/dexdump/DexDump.c
+++ b/dexdump/DexDump.c
@@ -721,6 +721,7 @@ static char* indexString(DexFile* pDexFile,
width = 4;
break;
case kFmt31c:
+ case kFmt40sc:
case kFmt41c:
case kFmt5rc:
index = pDecInsn->vB;