Fix adjusting jumps

This commit is contained in:
Ilmir Usmanov
2014-08-05 11:51:49 +04:00
parent fb86387675
commit 3b624be051
4 changed files with 101 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ static uint8_t opcode_sizes[] = {
};
static bool
opcodes_equal (OPCODE *opcodes1, OPCODE *opcodes2, uint16_t size)
opcodes_equal (const OPCODE *opcodes1, OPCODE *opcodes2, uint16_t size)
{
uint16_t i;
for (i = 0; i < size; i++)