VirtualBox

Changeset 1462 in vbox


Ignore:
Timestamp:
Mar 14, 2007 9:45:03 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19520
Message:

Backed out incorrect 19519

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/PATMPatch.cpp

    r1461 r1462  
    691691         */
    692692        offset = 0;
    693         /* include prefix byte to make sure we don't use the incorrect selector register. */
    694         if (pCpu->prefix & PREFIX_SEG)
    695             pPB[offset++] = pCpu->prefix_seg;
    696693        pPB[offset++] = 0xFF;              // push r/m32
    697694        pPB[offset++] = MAKE_MODRM(MODRM_MOD(pCpu->ModRM), 6 /* group 5 */, MODRM_RM(pCpu->ModRM));
     
    787784     */
    788785    offset = 0;
    789     /* include prefix byte to make sure we don't use the incorrect selector register. */
    790     if (pCpu->prefix & PREFIX_SEG)
    791         pPB[offset++] = pCpu->prefix_seg;
    792 
    793786    pPB[offset++] = 0xFF;              // push r/m32
    794787    pPB[offset++] = MAKE_MODRM(MODRM_MOD(pCpu->ModRM), 6 /* group 5 */, MODRM_RM(pCpu->ModRM));
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