mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 06:35:19 +08:00
GP-4752 - Change AARCH64 Windows cspec stack alignment from 4 to 8
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user