This commit is contained in:
Adrian Conlon 2018-05-04 03:39:35 +01:00
commit 05fd9cf5bb

View File

@ -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)