Index: /trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp	(revision 46564)
+++ /trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp	(revision 46565)
@@ -337,5 +337,5 @@
 
     RT_ASSERT_PREEMPT_CPUID_VAR();
-    if (!(fFlags & RTMEMHDR_FLAG_ANY_CTX_ALLOC))
+    if (!(fFlags & RTMEMALLOCEX_FLAGS_ANY_CTX_ALLOC))
         RT_ASSERT_INTS_ON();
 
