VirtualBox

Changeset 15148 in vbox


Ignore:
Timestamp:
Dec 9, 2008 10:06:39 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40554
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/HWACCMGCA.asm

    r15141 r15148  
    465465; *
    466466; * @returns VBox status code
     467; * @param   param1     Parameter 1 [rsp+8]
     468; * @param   param2     Parameter 2 [rsp+12]
     469; * @param   param3     Parameter 3 [rsp+16]
     470; * @param   param4     Parameter 4 [rsp+20]
     471; * @param   param5     Parameter 5 [rsp+24]
    467472; * @param   pCtx       Guest context [rsi]
    468473; */
    469474BEGINPROC HWACCMTestSwitcher64
    470     mov eax, VINF_SUCCESS
     475    mov eax, [rsp+8]
    471476    ret
    472477ENDPROC HWACCMTestSwitcher64
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