VirtualBox

Changeset 9921 in vbox for trunk/include


Ignore:
Timestamp:
Jun 25, 2008 2:33:26 PM (17 years ago)
Author:
vboxsync
Message:

Corrections

File:
1 edited

Legend:

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

    r9919 r9921  
    233233/** @} */
    234234
    235 /** index in {"AL", "CL", "DL", "BL", "AH", "CH", "DH", "BH", "R8B", "R9B", "R10B", "R11B", "R12B", "R13B", "R14B", "R15B", "DIL", "SIL", "BPL", "SPL"}
     235/** index in {"AL", "CL", "DL", "BL", "AH", "CH", "DH", "BH", "R8B", "R9B", "R10B", "R11B", "R12B", "R13B", "R14B", "R15B", "SPL", "BPL", "SIL", "DIL"}
    236236 * @{
    237237 */
     
    252252#define USE_REG_R14B                    14
    253253#define USE_REG_R15B                    15
    254 #define USE_REG_DIL                     16
    255 #define USE_REG_SIL                     17
    256 #define USE_REG_BPL                     18
    257 #define USE_REG_SPL                     19
     254#define USE_REG_SPL                     16
     255#define USE_REG_BPL                     17
     256#define USE_REG_SIL                     18
     257#define USE_REG_DIL                     19
    258258
    259259/** @} */
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