VirtualBox

Changeset 12408 in vbox for trunk/include/VBox/pgm.h


Ignore:
Timestamp:
Sep 11, 2008 3:43:59 PM (16 years ago)
Author:
vboxsync
Message:

pgm.h: macro safety.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pgm.h

    r12407 r12408  
    266266 * @remark  ASSUMES certain order of the PGMMODE_* values.
    267267 */
    268 #define PGMMODE_WITH_PAGING(enmMode) (enmMode >= PGMMODE_32_BIT)
     268#define PGMMODE_WITH_PAGING(enmMode) ((enmMode) >= PGMMODE_32_BIT)
    269269
    270270/**
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