VirtualBox

Ignore:
Timestamp:
Apr 11, 2008 8:32:20 PM (17 years ago)
Author:
vboxsync
Message:

move variables around to be able to compile this as .c (debug kernel module)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/logcom.cpp

    r6525 r7942  
    111111    for (pu8 = (const uint8_t *)pach; cb-- > 0; pu8++)
    112112    {
     113        register unsigned cMaxWait;
     114        register uint8_t  u8;
     115
    113116        /* expand \n -> \r\n */
    114117        if (*pu8 == '\n')
     
    116119
    117120        /* Check if port is ready. */
    118         register unsigned   cMaxWait = ~0;
    119         register uint8_t    u8;
     121        cMaxWait = ~0;
    120122        do
    121123        {
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