VirtualBox

Changeset 77136 in vbox


Ignore:
Timestamp:
Feb 1, 2019 5:58:25 PM (6 years ago)
Author:
vboxsync
Message:

USBLib.cpp: Remove use of register keyword

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/USBLib.cpp

    r76553 r77136  
    4646        pszSerial = "";
    4747
    48     register const uint8_t *pu8 = (const uint8_t *)pszSerial;
    49     register uint64_t u64 = UINT64_C(14695981039346656037);
     48    const uint8_t *pu8 = (const uint8_t *)pszSerial;
     49    uint64_t u64 = UINT64_C(14695981039346656037);
    5050    for (;;)
    5151    {
    52         register uint8_t u8 = *pu8;
     52        uint8_t u8 = *pu8;
    5353        if (!u8)
    5454            break;
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