- Properly declare L4_Reset_WordSizeMask()

This commit is contained in:
Jan Stoess 2008-02-08 17:33:55 +01:00
parent 905f7d472f
commit e188d597e1
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*********************************************************************
*
* Copyright (C) 2001-2004, 2006, Karlsruhe University
* Copyright (C) 2001-2004, 2006, 2008, Karlsruhe University
*
* File path: l4/thread.h
* Description: Thread handling interfaces
@ -172,7 +172,7 @@ L4_INLINE L4_Word_t L4_WordSizeMask (void)
#endif
}
L4_INLINE void L4_Reset_WordSizeMask ()
L4_INLINE void L4_Reset_WordSizeMask (void)
{
#if defined(__L4_TCR_WORD_SIZE_MASK)
__L4_TCR_Set_WordSizeMask (~((L4_Word_t) 0));