diff --git a/inc/EightBitCompilerDefinitions.h b/inc/EightBitCompilerDefinitions.h index 8a04530..7b79991 100644 --- a/inc/EightBitCompilerDefinitions.h +++ b/inc/EightBitCompilerDefinitions.h @@ -70,7 +70,7 @@ inline void EightBit::assume(int expression) { # define LIKELY(x) (x) # define UNLIKELY(x) (x) -# define PARITY(x) EightBit::oddParity(x); +# define PARITY(x) EightBit::oddParity(x) # define UNREACHABLE ASSUME(0)