VirtualBox

Changeset 23201 in vbox


Ignore:
Timestamp:
Sep 21, 2009 4:24:25 PM (15 years ago)
Author:
vboxsync
Message:

Removed assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp

    r23200 r23201  
    121121{
    122122    int rc = RTMpPokeCpu(idHostCpu);
    123 # ifdef RT_OS_WINDOWS
    124     AssertRC(rc);
    125 # else
     123# ifndef RT_OS_WINDOWS
    126124    /* Not implemented on some platforms (Darwin, Linux kernel < 2.6.19); fall back to a less efficient implementation (broadcast). */
    127125    if (rc == VERR_NOT_SUPPORTED)
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