Use CPU_ALIGNMENT not 4.

This commit is contained in:
Joel Sherrill
2000-05-16 19:18:03 +00:00
parent f48cad9cec
commit a93350a415

View File

@@ -52,7 +52,7 @@
*/
#define _Addresses_Is_aligned( _address ) \
( ( (unsigned32)(_address) % 4 ) == 0 )
( ( (unsigned32)(_address) % CPU_ALIGNMENT ) == 0 )
/*PAGE
*