mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-3449 - Fix Win32 8-byte type alignment and update test utils
This commit is contained in:
parent
3cbd416d6d
commit
9cb6a7a12e
4 changed files with 63 additions and 29 deletions
|
@ -19,7 +19,7 @@
|
|||
<entry size="1" alignment="1" />
|
||||
<entry size="2" alignment="2" />
|
||||
<entry size="4" alignment="4" />
|
||||
<entry size="8" alignment="4" />
|
||||
<entry size="8" alignment="8" />
|
||||
</size_alignment_map>
|
||||
<bitfield_packing>
|
||||
<use_MS_convention value="true"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue