mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 01:32:54 +08:00
Merge remote-tracking branch 'origin/Ghidra_11.4'
This commit is contained in:
+1
-1
@@ -200,7 +200,7 @@ public class PointerDataType extends BuiltIn implements Pointer {
|
||||
|
||||
ReferenceManager refMgr = program.getReferenceManager();
|
||||
Reference ref = refMgr.getPrimaryReferenceFrom(fromAddr, 0);
|
||||
if (ref == null) {
|
||||
if (ref == null || ref.getToAddress().equals(fromAddr)) {
|
||||
return POINTER_LABEL_PREFIX;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user