VirtualBox

Changeset 2147 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 17, 2007 8:49:46 PM (18 years ago)
Author:
vboxsync
Message:

grmpf

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/logbackdoor.cpp

    r2146 r2147  
    6666{
    6767    for (const uint8_t *pu8 = (const uint8_t *)pch; cb-- > 0; pu8++)
    68         ASMOut8(RTLOG_DEBUG_PORT, *pu8);
     68        ASMOutU8(RTLOG_DEBUG_PORT, *pu8);
    6969    /** @todo a rep outs could be more efficient, I don't know...
    7070     * @code
  • trunk/src/VBox/Runtime/logcom.cpp

    r2146 r2147  
    107107        do
    108108        {
    109             u8 = ASMIn8(UART_BASE + 5);
     109            u8 = ASMInU8(UART_BASE + 5);
    110110            cMaxWait--;
    111111        } while (!(u8 & 0x20) && u8 != 0xff && cMaxWait);
    112112
    113113        /* write */
    114         ASMOut8(UART_BASE, *pu8);
     114        ASMOutU8(UART_BASE, *pu8);
    115115    }
    116116}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette