modifiedmethod:
createBlock
added throws InvalidAddressException; removed throws DuplicateNameException
- void createBlock(ghidra.program.model.listing.Program program) throws LockException, MemoryConflictException, AddressOverflowException, DuplicateNameException
+ void createBlock(ghidra.program.model.listing.Program program) throws LockException, MemoryConflictException, AddressOverflowException, InvalidAddressException