Skip to content
Snippets Groups Projects
Commit b9806ae9 authored by Nic Henke's avatar Nic Henke
Browse files

b=2914

r=jacob

remove __attribute__ ((packed)) from ptl_event_t to fix 'kernel unaligned
access...' messages on ia64
parent 65230291
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ typedef struct {
struct timeval arrival_time;
volatile ptl_seq_t sequence;
} __attribute__((packed)) ptl_event_t;
} ptl_event_t;
#ifdef __CYGWIN__
#pragma pop
#endif
......
......@@ -135,7 +135,7 @@ typedef struct {
struct timeval arrival_time;
volatile ptl_seq_t sequence;
} __attribute__((packed)) ptl_event_t;
} ptl_event_t;
#ifdef __CYGWIN__
#pragma pop
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment