Introducing 'opcode counter' type for 'meta' opcode; replacing 'jmp_down' opcodes that are used as pointers only with 'meta' opcodes of the introduced type.
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ typedef signed long ssize_t;
|
||||
/**
|
||||
* Constants
|
||||
*/
|
||||
#define JERRY_BITSINBYTE 8
|
||||
#define JERRY_BITSINBYTE 8u
|
||||
|
||||
/**
|
||||
* Error codes
|
||||
|
||||
Reference in New Issue
Block a user