VirtualBox

Changeset 290 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Jan 25, 2007 5:43:58 AM (18 years ago)
Author:
vboxsync
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c

    r289 r290  
    4242# include <iprt/heap.h>
    4343# include <iprt/spinlock.h>
     44# include <iprt/err.h>
    4445#endif
    4546
     
    6162RTDECL(void) RTMemExecCleanup(void)
    6263{
    63     RTSpinlockDestroy(g_HeapSpinlock);
    64     g_HeapSpinlock = NIL_RTSPINLOCK;
     64    RTSpinlockDestroy(g_HeapExecSpinlock);
     65    g_HeapExecSpinlock = NIL_RTSPINLOCK;
    6566}
    6667
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