Mips undefined shift fix (#1011)
This commit is contained in:

committed by
Nguyen Anh Quynh

parent
910999d396
commit
46999575fb
@ -34,7 +34,7 @@
|
|||||||
//#define MIPS_DEBUG_SIGN_EXTENSIONS
|
//#define MIPS_DEBUG_SIGN_EXTENSIONS
|
||||||
|
|
||||||
/* MIPS major opcodes */
|
/* MIPS major opcodes */
|
||||||
#define MASK_OP_MAJOR(op) (op & (0x3F << 26))
|
#define MASK_OP_MAJOR(op) (op & (((uint32_t)0x3F) << 26))
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
/* indirect opcode tables */
|
/* indirect opcode tables */
|
||||||
|
Reference in New Issue
Block a user