mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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:
parent
e22a085fc1
commit
72ce13a63a
@ -36,7 +36,7 @@ typedef uint16_t mem_cpointer_t;
|
||||
/**
|
||||
* 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user