Skip to content

Commit

Permalink
GP-4752 - Change AARCH64 Windows cspec stack alignment from 4 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ghizard committed Jul 6, 2024
1 parent 0e2588b commit fdd8ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ghidra/Processors/AARCH64/data/languages/AARCH64_win.cspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fdd8ff2

Please sign in to comment.