summaryrefslogtreecommitdiffstats
path: root/cpukit/score/macros/rtems/score/address.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/macros/rtems/score/address.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/macros/rtems/score/address.inl b/cpukit/score/macros/rtems/score/address.inl
index 379aaca6cc..2f14aa633a 100644
--- a/cpukit/score/macros/rtems/score/address.inl
+++ b/cpukit/score/macros/rtems/score/address.inl
@@ -52,7 +52,7 @@
*/
#define _Addresses_Is_aligned( _address ) \
- ( ( (unsigned32)(_address) % 4 ) == 0 )
+ ( ( (unsigned32)(_address) % CPU_ALIGNMENT ) == 0 )
/*PAGE
*