mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-0 removed deprecation on method Address.isRegisterAddress().
This commit is contained in:
parent
79b9e9a6ec
commit
aa750ff7ae
1 changed files with 4 additions and 5 deletions
|
@ -388,12 +388,11 @@ public interface Address extends Comparable<Address> {
|
||||||
public boolean isHashAddress();
|
public boolean isHashAddress();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true if this address represents a location in register space.
|
* Returns true if this address represents a location in the register space.
|
||||||
* @deprecated use of this method is highly discouraged since since registers
|
* <P>NOTE: It is important to note that a {@link Register} could reside within
|
||||||
* may also exist in a memory space. The address for such registers
|
* a memory space and not the register space in which case this method would return
|
||||||
* would return false from this method.
|
* false for its address.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public boolean isRegisterAddress();
|
public boolean isRegisterAddress();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue