VirtualBox

Changeset 673 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 6, 2007 4:24:31 AM (18 years ago)
Author:
vboxsync
Message:

rcx not ecx.

File:
1 edited

Legend:

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

    r337 r673  
    330330    mov     rsi, rdi        ; pCtx
    331331 %else
    332     mov     rsi, ecx        ; pCtx
     332    mov     rsi, rcx        ; pCtx
    333333 %endif
    334334%else
     
    497497    push    rdi
    498498 %else
    499     push    ecx
     499    push    rcx
    500500 %endif
    501501    vmxon   [rsp]
     
    541541    push    rdi
    542542 %else
    543     push    ecx
     543    push    rcx
    544544 %endif
    545545    vmclear [rsp]
     
    569569    push    rdi
    570570 %else
    571     push    ecx
     571    push    rcx
    572572 %endif
    573573    vmclear [rsp]
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