Keep the order left-right in shifts
Opcodes OP_SHLI-OP_SHRI and the cases for opcodes OP_SHL-OP_SHR were out of order.
This commit is contained in:
@@ -45,8 +45,8 @@ static const char *const opnames[] = {
|
||||
"BANDK",
|
||||
"BORK",
|
||||
"BXORK",
|
||||
"SHRI",
|
||||
"SHLI",
|
||||
"SHRI",
|
||||
"ADD",
|
||||
"SUB",
|
||||
"MUL",
|
||||
|
||||
Reference in New Issue
Block a user