VirtualBox

Changeset 48284 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Sep 5, 2013 12:32:23 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88699
Message:

VMM/HMVMXR0: Avoid calling PGM twice for reading just 4 consecutive bytes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r48267 r48284  
    32693269#pragma pack(1)
    32703270/**
     3271 * 16-bit IDTR.
     3272 */
     3273typedef struct X86IDTR16
     3274{
     3275    /** Offset. */
     3276    uint16_t    offSel;
     3277    /** Selector. */
     3278    uint16_t    uSel;
     3279} X86IDTR16, *PX86IDTR16;
     3280#pragma pack()
     3281
     3282#pragma pack(1)
     3283/**
    32713284 * 32-bit IDTR/GDTR.
    32723285 */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette