addedmethod:
getJoinAddress
ghidra.program.model.address.Address getJoinAddress(ghidra.program.model.listing.VariableStorage storage)
addedmethod:
getJoinStorage
ghidra.program.model.listing.VariableStorage getJoinStorage(ghidra.program.model.pcode.Varnode[] pieces) throws InvalidInputException
addedmethod:
setVolatile
void setVolatile(ghidra.program.model.pcode.Varnode vn, boolean val)
removedmethod:
createFromStorage
ghidra.program.model.pcode.Varnode createFromStorage(ghidra.program.model.address.Address addr, ghidra.program.model.listing.VariableStorage storage, int logicalSize)
removedmethod:
readXMLVarnodePieces
ghidra.program.model.listing.VariableStorage readXMLVarnodePieces(ghidra.xml.XmlElement el, ghidra.program.model.address.Address addr) throws PcodeXMLException, InvalidInputException