VirtualBox

Changeset 9922 in vbox


Ignore:
Timestamp:
Jun 25, 2008 2:39:00 PM (16 years ago)
Author:
vboxsync
Message:

Fix the order here as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmReg.cpp

    r9919 r9922  
    166166    RT_OFFSETOF(CPUMCTXCORE, r14),        /* USE_REG_R14B */
    167167    RT_OFFSETOF(CPUMCTXCORE, r15),        /* USE_REG_R15B */
     168    RT_OFFSETOF(CPUMCTXCORE, esp),        /* USE_REG_SPL; with REX prefix only */
     169    RT_OFFSETOF(CPUMCTXCORE, ebp),        /* USE_REG_BPL; with REX prefix only */
     170    RT_OFFSETOF(CPUMCTXCORE, esi),        /* USE_REG_SIL; with REX prefix only */
    168171    RT_OFFSETOF(CPUMCTXCORE, edi),        /* USE_REG_DIL; with REX prefix only */
    169     RT_OFFSETOF(CPUMCTXCORE, esi),        /* USE_REG_SIL; with REX prefix only */
    170     RT_OFFSETOF(CPUMCTXCORE, ebp),        /* USE_REG_BPL; with REX prefix only */
    171     RT_OFFSETOF(CPUMCTXCORE, esp),        /* USE_REG_SPL; with REX prefix only */
    172172};
    173173
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