We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2f0e4 commit 005f73aCopy full SHA for 005f73a
jerry-core/parser/regexp/re-bytecode.c
@@ -240,7 +240,7 @@ void
240
re_dump_bytecode (re_bytecode_ctx_t *bc_ctx_p) /**< RegExp bytecode context */
241
{
242
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);
+ JERRY_DLOG ("%d ", compiled_code_p->header.status_flags);
244
JERRY_DLOG ("%d ", compiled_code_p->num_of_captures);
245
JERRY_DLOG ("%d | ", compiled_code_p->num_of_non_captures);
246
0 commit comments