VirtualBox

Changeset 85072 in vbox for trunk


Ignore:
Timestamp:
Jul 6, 2020 2:42:28 PM (4 years ago)
Author:
vboxsync
Message:

tstRTInlineAsm.cpp: Stop using the 'register' keyword, Clang barfs on it in C++11 mode. bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp

    r82968 r85072  
    17881788    static uint64_t volatile s_u64;
    17891789    static int64_t  volatile s_i64;
    1790     register unsigned i;
     1790    unsigned i;
    17911791    const unsigned cRounds = _2M;       /* Must be multiple of 8 */
    1792     register uint64_t u64Elapsed;
     1792    uint64_t u64Elapsed;
    17931793
    17941794    RTTestSub(g_hTest, "Benchmarking");
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