mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 14:45:07 +08:00
Update Update8051.java
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user