Index: /trunk/include/VBox/pgm.h
===================================================================
--- /trunk/include/VBox/pgm.h	(revision 12407)
+++ /trunk/include/VBox/pgm.h	(revision 12408)
@@ -266,5 +266,5 @@
  * @remark  ASSUMES certain order of the PGMMODE_* values.
  */
-#define PGMMODE_WITH_PAGING(enmMode) (enmMode >= PGMMODE_32_BIT)
+#define PGMMODE_WITH_PAGING(enmMode) ((enmMode) >= PGMMODE_32_BIT)
 
 /**
