mirror of
https://github.com/revanced/smali.git
synced 2025-05-29 12:20:11 +02:00
Fix mark/reset for new sections (closes #615)
This commit is contained in:
parent
d2b36e16da
commit
468a4eeba6
@ -58,8 +58,8 @@ public class DexPool extends DexWriter<CharSequence, StringReference, CharSequen
|
|||||||
ClassPool, CallSitePool, MethodHandlePool, TypeListPool, AnnotationPool, AnnotationSetPool, EncodedArrayPool> {
|
ClassPool, CallSitePool, MethodHandlePool, TypeListPool, AnnotationPool, AnnotationSetPool, EncodedArrayPool> {
|
||||||
|
|
||||||
private final Markable[] sections = new Markable[] {
|
private final Markable[] sections = new Markable[] {
|
||||||
stringSection, typeSection, protoSection, fieldSection, methodSection, classSection, typeListSection,
|
stringSection, typeSection, protoSection, fieldSection, methodSection, classSection, callSiteSection,
|
||||||
annotationSection, annotationSetSection
|
methodHandleSection, typeListSection, annotationSection, annotationSetSection, encodedArraySection
|
||||||
};
|
};
|
||||||
|
|
||||||
public DexPool(Opcodes opcodes) {
|
public DexPool(Opcodes opcodes) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user