Changeset 13858 in vbox for trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm
- Timestamp:
- Nov 5, 2008 1:45:41 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38855
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm
r13536 r13858 193 193 194 194 ;; 195 ; @cproto DECLASM(int) supdrvNtWrapVMMR0EntryFast(PFNRT pfnVMMR0EntryFast, PVM pVM, unsigned uOperation);195 ; @cproto DECLASM(int) supdrvNtWrapVMMR0EntryFast(PFNRT pfnVMMR0EntryFast, PVM pVM, unsigned idCPU, unsigned uOperation); 196 196 ; 197 197 ; @param pfnVMMR0EntryFast rcx 198 198 ; @param pVM rdx 199 ; @param uOperation r8 199 ; @param idCPU r8 200 ; @param uOperation r9 200 201 ; 201 202 BEGINPROC supdrvNtWrapVMMR0EntryFast … … 206 207 mov rcx, rdx 207 208 mov rdx, r8 209 mov r8, r9 208 210 call rax 209 211
Note:
See TracChangeset
for help on using the changeset viewer.