mirror of
https://github.com/revanced/smali.git
synced 2025-06-13 04:27:38 +02:00
Fix minor issue in MethodAnalyzer.analyzeMoveException
This commit is contained in:
@ -1029,7 +1029,7 @@ public class MethodAnalyzer {
|
||||
}
|
||||
}
|
||||
|
||||
if (exceptionType == null) {
|
||||
if (exceptionType.category == RegisterType.UNKNOWN) {
|
||||
throw new AnalysisException("move-exception must be the first instruction in an exception handler block");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user