VirtualBox

Changeset 29561 in vbox for trunk


Ignore:
Timestamp:
May 17, 2010 3:08:42 PM (15 years ago)
Author:
vboxsync
Message:

VMMR0: Make sure to drag in RTOnce.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r29557 r29561  
    4444#include <iprt/crc32.h>
    4545#include <iprt/mp.h>
     46#include <iprt/once.h>
    4647#include <iprt/stdarg.h>
    4748#include <iprt/string.h>
     
    7172PFNRT g_VMMGCDeps[] =
    7273{
    73     (PFNRT)RTCrc32
     74    (PFNRT)RTCrc32,
     75    (PFNRT)RTOnce
    7476};
    7577
  • trunk/src/VBox/VMM/VMMR0/VMMR0.def

    r28800 r29561  
    7878    RTAssertShouldPanic
    7979    RTCrc32
     80    RTOnce
    8081    RTTimeNanoTSLegacySync
    8182    RTTimeNanoTSLegacyAsync
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