mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove bit-shift operation.
This commit is contained in:
+1
-1
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user