Skip to content

Commit ac04503

Browse files
daphnis.chevretonJorenHannes
authored andcommitted
Use different magic line number
1 parent f4fb39e commit ac04503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/src/main/java/proguard/classfile/editor/CodeAttributeEditor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public class CodeAttributeEditor
155155
* Magic line number that indicates the previous line number should be restored. The restored line
156156
* number is the first preceding line number with a different source.
157157
*/
158-
public static final int RESTORE_PREVIOUS_LINE_NUMBER = -3;
158+
public static final int RESTORE_PREVIOUS_LINE_NUMBER = -70000;
159159

160160
private final boolean updateFrameSizes;
161161
private final boolean shrinkInstructions;

0 commit comments

Comments
 (0)