am 27f8840f
: Merge "make struct Event layout consistent on 32/64-bit"
* commit '27f8840f228abfe5e2458a261ce5403871495a54': make struct Event layout consistent on 32/64-bit
This commit is contained in:
commit
3b1cb037ee
@ -49,7 +49,7 @@ public:
|
||||
struct Header {
|
||||
uint32_t type;
|
||||
uint32_t id;
|
||||
nsecs_t timestamp;
|
||||
nsecs_t timestamp __attribute__((aligned(8)));
|
||||
};
|
||||
|
||||
struct VSync {
|
||||
|
Loading…
Reference in New Issue
Block a user