Changeset 4449c6c in mainline


Ignore:
Timestamp:
2012-02-18T23:13:44Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
26f407e9
Parents:
00aece0
Message:

Fix comparison in pio_read_32().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia64/include/ddi.h

    r00aece0 r4449c6c  
    134134        asm volatile ("mf\n" ::: "memory");
    135135
    136         if (port < (ioport32_t *) port) {
     136        if (port < (ioport32_t *) IO_SPACE_BOUNDARY) {
    137137                uintptr_t prt = (uintptr_t) port;
    138138
Note: See TracChangeset for help on using the changeset viewer.