|
|
| version 1.21, 2012/01/08 08:10:37 | version 1.22, 2012/01/08 11:32:16 |
|---|---|
| Line 251 segdesc_dump(descriptor_t *sdp) | Line 251 segdesc_dump(descriptor_t *sdp) |
| __ASSERT(sdp != NULL); | __ASSERT(sdp != NULL); |
| VERBOSE(("\ndump descriptor: %p", sdp)); | VERBOSE(("dump descriptor: %p", sdp)); |
| VERBOSE(("valid : %s", SEG_IS_VALID(sdp) ? "true" : "false")); | VERBOSE(("valid : %s", SEG_IS_VALID(sdp) ? "true" : "false")); |
| VERBOSE(("present : %s", SEG_IS_PRESENT(sdp) ? "true" : "false")); | VERBOSE(("present : %s", SEG_IS_PRESENT(sdp) ? "true" : "false")); |