Index: /trunk/include/VBox/pgm.h
===================================================================
--- /trunk/include/VBox/pgm.h	(revision 31200)
+++ /trunk/include/VBox/pgm.h	(revision 31201)
@@ -414,5 +414,5 @@
  * @param   pVM         The VM to operate on.
  */
-#define PGMIsUsingLargePages(pVM) (pVM->fUseLargePages)
+#define PGMIsUsingLargePages(pVM)   ((pVM)->fUseLargePages)
 
 
