mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GT-0 fixing junit tests
This commit is contained in:
parent
cb36be2296
commit
ac66dab16b
2 changed files with 9 additions and 2 deletions
|
@ -33,5 +33,11 @@ public interface IndexMapper {
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Maps an index from one address mapping to another. This method will return
|
||||
* {@link BigInteger#ZERO} if there no mapping.
|
||||
* @param value the index value to map from an old index map to a new index map
|
||||
* @return the mapped index
|
||||
*/
|
||||
public BigInteger map(BigInteger value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue