Fix parse of nested switch statements.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
committed by
Evgeny Gavrin
parent
6e2733dbfd
commit
3d31bfec92
@@ -2340,9 +2340,9 @@ rewrite_default_clause (void)
|
||||
void
|
||||
finish_dumping_case_clauses (void)
|
||||
{
|
||||
STACK_DROP (U8, 1);
|
||||
STACK_DROP (case_clauses, STACK_SIZE (case_clauses) - STACK_TOP (U8));
|
||||
STACK_DROP (U8, 1);
|
||||
STACK_DROP (U8, 1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user