fixed the name of the "field name" field, used for dumping

git-svn-id: https://smali.googlecode.com/svn/trunk@63 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2009-06-03 04:47:30 +00:00
parent 63098c01c4
commit 5cf0028e73

View File

@ -41,7 +41,7 @@ public class FieldIdItem extends IndexedItem<FieldIdItem> {
fieldTypeReferenceField = new IndexedItemReference<TypeIdItem>(dexFile.TypeIdsSection,
new ShortIntegerField(null), "type_idx"),
fieldNameReferenceField = new IndexedItemReference<StringIdItem>(dexFile.StringIdsSection,
new IntegerField(null), "parameters_off")
new IntegerField(null), "name_idx")
};
}