VirtualBox

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


Ignore:
Timestamp:
Mar 6, 2018 1:08:53 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121134
Message:

NEM/w: Optimizations and build fixes for the other configurations. bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp

    r71223 r71224  
    17681768VMMR0_INT_DECL(VBOXSTRICTRC) NEMR0RunGuestCode(PGVM pGVM, VMCPUID idCpu)
    17691769{
     1770#ifdef NEM_WIN_USE_OUR_OWN_RUN_API
    17701771    PVM pVM = pGVM->pVM;
    17711772    return nemHCWinRunGC(pVM, &pVM->aCpus[idCpu], pGVM, &pGVM->aCpus[idCpu]);
     1773#else
     1774    RT_NOREF(pGVM, idCpu);
     1775    return VERR_NOT_IMPLEMENTED;
     1776#endif
    17721777}
    17731778
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette