VirtualBox

Changeset 2757 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
May 22, 2007 8:30:52 AM (18 years ago)
Author:
vboxsync
Message:

corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm

    r2756 r2757  
    268268.vmxstart_success:
    269269    push    xDI
    270     mov     xDI, [xSP + xS * 2]          ;/* pCtx */
     270    mov     xDI, [xSP + xS * 6]          ;/* pCtx */
    271271
    272272    mov     [ss:xDI + CPUMCTX.eax], eax
     
    442442vmresume_success:
    443443    push    xDI
    444     mov     xDI, [xSP + xS * 2]         ; pCtx
     444    mov     xDI, [xSP + xS * 6]         ; pCtx
    445445
    446446    mov     [ss:xDI + CPUMCTX.eax], eax
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