mirror of
https://github.com/revanced/smali.git
synced 2025-05-06 17:34:34 +02:00
delete TODO
git-svn-id: https://smali.googlecode.com/svn/trunk@449 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
726d88404d
commit
e942607e1a
@ -1355,9 +1355,6 @@ public class DeodexUtil {
|
|||||||
public void updateRegisterReferenceType(TypeIdItem type) {
|
public void updateRegisterReferenceType(TypeIdItem type) {
|
||||||
this.registerReferenceType = type;
|
this.registerReferenceType = type;
|
||||||
this.propogateRegisters();
|
this.propogateRegisters();
|
||||||
//TODO: need to handle the case when propogating the registers causes a change in a register that would
|
|
||||||
//change the result of a previously deodexed instruction. maybe just set fixed to false, and make
|
|
||||||
//sure to re-iterate over them?
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void propogateRegisters() {
|
public void propogateRegisters() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user