Changeset 280a27e in mainline for test/mm/falloc1/test.c
- Timestamp:
- 2006-04-16T13:16:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50de918
- Parents:
- c624b96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mm/falloc1/test.c
rc624b96 r280a27e 60 60 61 61 if (ALIGN_UP(frames[allocated], FRAME_SIZE << order) != frames[allocated]) { 62 panic("Test failed. Block at address % X(size %dK) is not aligned\n", frames[allocated], (FRAME_SIZE << order) >> 10);62 panic("Test failed. Block at address %P (size %dK) is not aligned\n", frames[allocated], (FRAME_SIZE << order) >> 10); 63 63 } 64 64
Note:
See TracChangeset
for help on using the changeset viewer.