Change type of MEM_CP_NULL to mem_cpointer_t.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -36,7 +36,7 @@ typedef uint16_t mem_cpointer_t;
|
|||||||
/**
|
/**
|
||||||
* Representation of NULL value for compressed pointers
|
* Representation of NULL value for compressed pointers
|
||||||
*/
|
*/
|
||||||
#define MEM_CP_NULL 0
|
#define MEM_CP_NULL ((mem_cpointer_t) 0)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Required alignment for allocated units/blocks
|
* Required alignment for allocated units/blocks
|
||||||
|
|||||||
Reference in New Issue
Block a user