Skip to content

Commit 005f73a

Browse files
author
Zsolt Borbély
committed
Fix build with enabled LOG option
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
1 parent ea2f0e4 commit 005f73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jerry-core/parser/regexp/re-bytecode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ void
240240
re_dump_bytecode (re_bytecode_ctx_t *bc_ctx_p) /**< RegExp bytecode context */
241241
{
242242
re_compiled_code_t *compiled_code_p = (re_compiled_code_t *) bc_ctx_p->block_start_p;
243-
JERRY_DLOG ("%d ", compiled_code_p->flags);
243+
JERRY_DLOG ("%d ", compiled_code_p->header.status_flags);
244244
JERRY_DLOG ("%d ", compiled_code_p->num_of_captures);
245245
JERRY_DLOG ("%d | ", compiled_code_p->num_of_non_captures);
246246

0 commit comments

Comments
 (0)