diff --git a/src/Cafe/HW/Espresso/Interpreter/PPCInterpreterHelper.h b/src/Cafe/HW/Espresso/Interpreter/PPCInterpreterHelper.h index 545b8cf6..6d60b730 100644 --- a/src/Cafe/HW/Espresso/Interpreter/PPCInterpreterHelper.h +++ b/src/Cafe/HW/Espresso/Interpreter/PPCInterpreterHelper.h @@ -11,7 +11,7 @@ static uint32 ppc_cmp_and_mask[8] = { }; -#define ppc_word_rotl(_data, _n) (std::rotl(_data,(_n)&0x1F)) +#define ppc_word_rotl(_data, _n) (std::rotl(_data,(_n)&0x1F)) static inline uint32 ppc_mask(int MB, int ME) {