mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Assorted tiny bug fixes
This commit is contained in:
parent
ddb0dd06d9
commit
d3fec7a944
7 changed files with 665 additions and 642 deletions
|
@ -808,7 +808,7 @@ public class BasicCompilerSpec implements CompilerSpec {
|
|||
seenLast = true;
|
||||
}
|
||||
if (!seenLast) {
|
||||
last = addressSpace.getMaxAddress().getOffset();
|
||||
last = addressSpace.getMaxAddress().getUnsignedOffset();
|
||||
}
|
||||
if (extraRanges == null) {
|
||||
extraRanges = new ArrayList<>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue