mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Use CPU_ALIGNMENT not 4.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
*/
|
||||
|
||||
#define _Addresses_Is_aligned( _address ) \
|
||||
( ( (unsigned32)(_address) % 4 ) == 0 )
|
||||
( ( (unsigned32)(_address) % CPU_ALIGNMENT ) == 0 )
|
||||
|
||||
/*PAGE
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user