VirtualBox

Changeset 9653 in vbox


Ignore:
Timestamp:
Jun 12, 2008 11:13:23 AM (17 years ago)
Author:
vboxsync
Message:

Added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r9541 r9653  
    16021602     */
    16031603#ifdef TARGET_X86_64
     1604    /* Note that the high dwords of 64 bits registers are undefined in 32 bits mode and are undefined after a mode change. */
    16041605    Assert(R_EAX == 0);
    16051606    pVM->rem.s.Env.regs[R_EAX]  = pCtx->rax;
     
    20492050
    20502051#ifdef TARGET_X86_64
     2052    /* Note that the high dwords of 64 bits registers are undefined in 32 bits mode and are undefined after a mode change. */
    20512053    pCtx->rdi           = pVM->rem.s.Env.regs[R_EDI];
    20522054    pCtx->rsi           = pVM->rem.s.Env.regs[R_ESI];
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