Changeset 3ddd90c in mainline


Ignore:
Timestamp:
2009-06-03T19:09:59Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ee369f3
Parents:
2ac85ba
Message:

avoid compiler warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/ddi.c

    r2ac85ba r3ddd90c  
    128128#endif
    129129
    130         phys = ALIGN_DOWN((uintptr_t) pio_addr, PAGE_SIZE);
     130        phys = (void *) ALIGN_DOWN((uintptr_t) pio_addr, PAGE_SIZE);
    131131        offset = pio_addr - phys;
    132132        pages = ALIGN_UP(offset + size, PAGE_SIZE) >> PAGE_WIDTH;
Note: See TracChangeset for help on using the changeset viewer.