mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge remote-tracking branch 'origin/GP-5865_emteere_MultiWordReferenceDialogFix' into patch
This commit is contained in:
commit
c56d41a353
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public class AddressEvaluator extends ExpressionEvaluator {
|
|||
long offset = longValue.getLongValue();
|
||||
AddressSpace space = getAddressSpace();
|
||||
try {
|
||||
return space.getAddressInThisSpaceOnly(offset);
|
||||
return space.getAddressInThisSpaceOnly(offset*space.getAddressableUnitSize());
|
||||
}
|
||||
catch (AddressOutOfBoundsException e) {
|
||||
throw new ExpressionException(e.getMessage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue