mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
8fbf33c3e6
27 changed files with 769 additions and 673 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