Merge remote-tracking branch 'origin/patch'

This commit is contained in:
Ryan Kurtz 2021-07-21 14:21:44 -04:00
commit 8fbf33c3e6
27 changed files with 769 additions and 673 deletions

View file

@ -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<>();