mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix build break on OSX: Invalid type comparision.
JerryScript-DCO-1.0-Signed-off-by: Sung-Jae Lee sjlee@mail.com
This commit is contained in:
parent
3703b1b681
commit
eda775a8ca
@ -785,7 +785,7 @@ bc_load_bytecode_data (const uint8_t *snapshot_data_p, /**< buffer with instruct
|
||||
next_to_handle_list_p->next_header_cp = MEM_CP_NULL;
|
||||
next_to_handle_list_p = bc_header_list_iter_p;
|
||||
|
||||
if (next_to_handle_list_p == MEM_CP_NULL)
|
||||
if (next_to_handle_list_p == NULL)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user