VirtualBox

Changeset 47458 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 29, 2013 12:53:13 PM (12 years ago)
Author:
vboxsync
Message:

Space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r47454 r47458  
    83818381
    83828382    /* I/O operation lookup arrays. */
    8383     static const uint32_t s_aIOSizes[4]  = { 1, 2, 0, 4 };                   /* Size of the I/O accesses. */
     8383    static const uint32_t s_aIOSizes[4] = { 1, 2, 0, 4 };                   /* Size of the I/O accesses. */
    83848384    static const uint32_t s_aIOOpAnd[4] = { 0xff, 0xffff, 0, 0xffffffff };  /* AND masks for saving the result (in AL/AX/EAX). */
    83858385
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