remove bit-shift operation.

This commit is contained in:
Kurebayashi, Takahiro
2013-03-17 17:44:18 +09:00
parent 2e937a5bba
commit 83ddef6880
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef OPCODE_H
#define OPCODE_H
#define MAXARG_Bx ((1<<16)-1)
#define MAXARG_Bx (0xffff)
#define MAXARG_sBx (MAXARG_Bx>>1) /* `sBx' is signed */
/* instructions OP:A:B:C = 7:9:9:7 (32 bits) */