Silence GCC 7 warning
GCC 7 was reporting "enumeral and non-enumeral type in conditional expression" as a warning. The code casts an instruction opcode enum to unsigned implicitly, in line with intentions; so this commit silences the warning by making the cast to unsigned explicit.
Loading
Please register or sign in to comment