GT-2835 updated to commons-lang3-3.9 and corrected some eclipse project

issues
This commit is contained in:
ghidra1 2019-04-25 15:19:44 -04:00
parent 515aa0962c
commit 3402c18b25
4 changed files with 14 additions and 3 deletions

View file

@ -51,7 +51,7 @@ public class Lab5Script extends GhidraScript {
String comment =
"[" + register.getName() + "]=[" + scalar.toString(16, false, false, "", "") + "]";
setEOLComment(instruction.getMinAddress(), comment);
instruction = getNextInstruction();
instruction = getInstructionAfter(instruction);
}
}
}