VirtualBox

Changeset 25413 in vbox


Ignore:
Timestamp:
Dec 15, 2009 3:58:50 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56047
Message:

Corrected return value in case of success

File:
1 edited

Legend:

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

    r25395 r25413  
    811811.legacy_mode:
    812812 %endif ; VBOX_WITH_HYBRID_32BIT_KERNEL
    813     mov         eax, [esp + 4]
    814     mov         ecx, [esp + 8]
    815 ;    invept      eax, qword [ecx]
    816     DB          0x66, 0x0F, 0x38, 0x80, 0x1
     813    mov         ecx, [esp + 4]
     814    mov         edx, [esp + 8]
     815    xor         eax, eax
     816;    invept      ecx, qword [edx]
     817    DB          0x66, 0x0F, 0x38, 0x80, 0xA
    817818%endif
    818819    jnc         .valid_vmcs
     
    874875.legacy_mode:
    875876 %endif ; VBOX_WITH_HYBRID_32BIT_KERNEL
    876     mov         eax, [esp + 4]
    877     mov         ecx, [esp + 8]
    878 ;    invvpid     eax, qword [ecx]
    879     DB          0x66, 0x0F, 0x38, 0x81, 0x1
     877    mov         ecx, [esp + 4]
     878    mov         edx, [esp + 8]
     879    xor         eax, eax
     880;    invvpid     ecx, qword [edx]
     881    DB          0x66, 0x0F, 0x38, 0x81, 0xA
    880882%endif
    881883    jnc         .valid_vmcs
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