Move the __ALIGNED attribute to the correct position in the definition of EX_PUSH_LOCK_WAIT_BLOCK

svn path=/trunk/; revision=23761
This commit is contained in:
Thomas Bluemel 2006-08-28 20:20:03 +00:00
parent 96ff7d566c
commit d5f1f3ceca

View file

@ -422,8 +422,7 @@ typedef struct _EX_PUSH_LOCK
//
// Executive Pushlock Wait Block
//
__ALIGNED(16)
typedef struct _EX_PUSH_LOCK_WAIT_BLOCK
typedef __ALIGNED(16) struct _EX_PUSH_LOCK_WAIT_BLOCK
{
union
{