mirror of
https://github.com/revanced/smali.git
synced 2025-05-28 11:50:12 +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> {
|
||||
|
||||
private final Markable[] sections = new Markable[] {
|
||||
stringSection, typeSection, protoSection, fieldSection, methodSection, classSection, typeListSection,
|
||||
annotationSection, annotationSetSection
|
||||
stringSection, typeSection, protoSection, fieldSection, methodSection, classSection, callSiteSection,
|
||||
methodHandleSection, typeListSection, annotationSection, annotationSetSection, encodedArraySection
|
||||
};
|
||||
|
||||
public DexPool(Opcodes opcodes) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user