Update Update8051.java

This commit is contained in:
Tommi
2019-06-02 23:39:27 +03:00
committed by GitHub
parent ad5534a7cb
commit 981c283a54
@@ -35,7 +35,7 @@ public class Update8051 extends GhidraScript {
}
SymbolTable st = currentProgram.getSymbolTable();
SymbolIterator iter = st.getDefinedSymbols();
int count =0;
int count = 0;
while (iter.hasNext()) {
Symbol symbol = iter.next();
String spaceName = symbol.getAddress().getAddressSpace().getName();