mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Attach handling of "this" to ProtoParameter
This commit is contained in:
parent
bcc0f7fe38
commit
004a99bb87
29 changed files with 338 additions and 149 deletions
|
@ -24,6 +24,7 @@ void AddrSpace::calcScaleMask(void)
|
|||
pointerLowerBound = (addressSize < 3) ? 0x100: 0x1000;
|
||||
highest = calc_mask(addressSize); // Maximum address
|
||||
highest = highest * wordsize + (wordsize-1); // Maximum byte address
|
||||
pointerUpperBound = highest;
|
||||
}
|
||||
|
||||
/// Initialize an address space with its basic attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue