mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:01:54 +00:00
[SDK] Fix some arm64 stuff that was discovered during testing
Addendum to 6dfc13e4
. CORE-17518
This commit is contained in:
parent
3cee1f718b
commit
2204695f0a
11 changed files with 53 additions and 41 deletions
|
@ -68,7 +68,7 @@
|
|||
#pragma strict_gs_check(push, on)
|
||||
#endif
|
||||
|
||||
#if defined(_M_MRX000) || defined(_M_ALPHA) || defined(_M_PPC) || defined(_M_IA64) || defined(_M_AMD64) || defined(_M_ARM)
|
||||
#if defined(_M_MRX000) || defined(_M_ALPHA) || defined(_M_PPC) || defined(_M_IA64) || defined(_M_AMD64) || defined(_M_ARM) || defined(_M_ARM64)
|
||||
#define ALIGNMENT_MACHINE
|
||||
#define UNALIGNED __unaligned
|
||||
#if defined(_WIN64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue