Commit 6bd6b282 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin

tools/virtio: define aligned attribute

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 3302363a
......@@ -7,4 +7,5 @@
#define READ_ONCE(var) (*((volatile typeof(var) *)(&(var))))
#define __aligned(x) __attribute((__aligned__(x)))
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment