Changeset df49c60 in rtems for c/src/exec/score/macros/rtems/score/address.inl
- Timestamp:
- 06/12/00 15:00:15 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- edeed26
- Parents:
- 0ab65474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/macros/rtems/score/address.inl
r0ab65474 rdf49c60 53 53 54 54 #define _Addresses_Is_aligned( _address ) \ 55 ( ( (unsigned32)(_address) % 4) == 0 )55 ( ( (unsigned32)(_address) % CPU_ALIGNMENT ) == 0 ) 56 56 57 57 /*PAGE
Note: See TracChangeset
for help on using the changeset viewer.