diff --git a/zsnes/src/numconv.h b/zsnes/src/numconv.h index b77f62ba..6fce0ded 100644 --- a/zsnes/src/numconv.h +++ b/zsnes/src/numconv.h @@ -26,7 +26,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #include //Get correct mask for particular bit -#define BIT(X) (1 << X) +#define BIT(X) (1 << (X)) /* Functions that the compiler should inline that will convert