mirror of
https://github.com/bellard/quickjs.git
synced 2026-03-31 12:18:01 +00:00
typo
This commit is contained in:
parent
f1b63fc1ad
commit
16d6947b17
@ -28783,7 +28783,7 @@ static __exception int js_parse_statement_or_decl(JSParseState *s,
|
||||
if (js_parse_expect(s, '}'))
|
||||
goto fail;
|
||||
if (default_label_pos >= 0) {
|
||||
/* Ugly patch for the the `default` label, shameful and risky */
|
||||
/* Ugly patch for the `default` label, shameful and risky */
|
||||
put_u32(s->cur_func->byte_code.buf + default_label_pos,
|
||||
label_case);
|
||||
s->cur_func->label_slots[label_case].pos = default_label_pos + 4;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user