summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_sync.h b/include/ntapi/nt_sync.h
index 5b28833..99508dd 100644
--- a/include/ntapi/nt_sync.h
+++ b/include/ntapi/nt_sync.h
@@ -122,7 +122,7 @@ typedef struct _nt_io_completion_basic_information {
typedef union __attr_aligned__(NT_SYNC_BLOCK_SIZE) _nt_sync_block {
- char cache_line[NT_SYNC_BLOCK_SIZE];
+ intptr_t cache_line[NT_SYNC_BLOCK_SIZE/sizeof(intptr_t)];
struct {
int32_t tid;
int32_t pid;