mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
GP-4752 - Change AARCH64 Windows cspec stack alignment from 4 to 8
This commit is contained in:
parent
0e2588ba64
commit
fdd8ff2391
@ -122,7 +122,7 @@
|
||||
<pentry minsize="1" maxsize="8" extension="zero">
|
||||
<register name="x7"/>
|
||||
</pentry>
|
||||
<pentry minsize="1" maxsize="500" align="4">
|
||||
<pentry minsize="1" maxsize="500" align="8">
|
||||
<addr offset="0" space="stack"/>
|
||||
</pentry>
|
||||
</input>
|
||||
|
Loading…
Reference in New Issue
Block a user