Skip visitEnd in InliningInstructionAdapter
This commit is contained in:
@@ -47,4 +47,8 @@ public class InliningInstructionAdapter extends InstructionAdapter {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void visitEnd() {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user