VirtualBox

Changeset 33936 in vbox


Ignore:
Timestamp:
Nov 10, 2010 3:41:04 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67596
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp

    r33935 r33936  
    6161VMMR0DECL(int) CPUMR0ModuleInit(void)
    6262{
     63    int rc = VINF_SUCCESS;
    6364#ifdef VBOX_WITH_VMMR0_DISABLE_LAPIC_NMI
    64     return cpumR0MapLocalApics();
    65 #endif
     65    rc = cpumR0MapLocalApics();
     66#endif
     67    return rc;
    6668}
    6769
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