VirtualBox

Changeset 65776 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Feb 13, 2017 5:06:27 PM (8 years ago)
Author:
vboxsync
Message:

x86.h,.mac: Fixed harmless X86_OP_PRF_REPNZ/REPZ mixup.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r65595 r65776  
    41474147#define X86_OP_PRF_SIZE_ADDR    UINT8_C(0x67)
    41484148#define X86_OP_PRF_LOCK         UINT8_C(0xf0)
    4149 #define X86_OP_PRF_REPZ         UINT8_C(0xf2)
    4150 #define X86_OP_PRF_REPNZ        UINT8_C(0xf3)
     4149#define X86_OP_PRF_REPZ         UINT8_C(0xf3)
     4150#define X86_OP_PRF_REPNZ        UINT8_C(0xf2)
    41514151#define X86_OP_REX_B            UINT8_C(0x41)
    41524152#define X86_OP_REX_X            UINT8_C(0x42)
  • trunk/include/iprt/x86.mac

    r61316 r65776  
    10131013%define X86_OP_PRF_SIZE_ADDR    0x67
    10141014%define X86_OP_PRF_LOCK         0xf0
    1015 %define X86_OP_PRF_REPZ         0xf2
    1016 %define X86_OP_PRF_REPNZ        0xf3
     1015%define X86_OP_PRF_REPNZ        0xf2
     1016%define X86_OP_PRF_REPZ         0xf3
    10171017%define X86_OP_REX_B            0x41
    10181018%define X86_OP_REX_X            0x42
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