mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-29 01:10:14 -05:00
Merge remote-tracking branch 'origin/Ghidra_11.4'
This commit is contained in:
+4
-4
@@ -83,22 +83,22 @@ public class StubListing implements Listing {
|
||||
@Override
|
||||
public AddressIterator getCommentAddressIterator(CommentType commentType,
|
||||
AddressSetView addrSet, boolean forward) {
|
||||
throw new UnsupportedOperationException();
|
||||
return AddressIterator.EMPTY_ITERATOR;
|
||||
}
|
||||
|
||||
@Override
|
||||
public AddressIterator getCommentAddressIterator(AddressSetView addrSet, boolean forward) {
|
||||
throw new UnsupportedOperationException();
|
||||
return AddressIterator.EMPTY_ITERATOR;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getCommentAddressCount() {
|
||||
throw new UnsupportedOperationException();
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getComment(CommentType commentType, Address address) {
|
||||
throw new UnsupportedOperationException();
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user