VirtualBox

Changeset 15382 in vbox


Ignore:
Timestamp:
Dec 12, 2008 4:26:39 PM (16 years ago)
Author:
vboxsync
Message:

Tabs removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwacc_vmx.h

    r14997 r15382  
    14481448
    14491449    rc  = VMXWriteVMCS32(idxField, u64Val);
    1450         rc |= VMXWriteVMCS32(idxField + 1, (uint32_t)(u64Val >> 32ULL));
    1451         AssertRC(rc);
    1452         return rc;
     1450    rc |= VMXWriteVMCS32(idxField + 1, (uint32_t)(u64Val >> 32ULL));
     1451    AssertRC(rc);
     1452    return rc;
    14531453}
    14541454#endif
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