Change locus type from size_t to lit_utf8_iterator_pos_t.
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
This commit is contained in:
committed by
Ruben Ayrapetyan
parent
7dd1d01541
commit
146ac15b5f
@@ -140,7 +140,7 @@ next_temp_name (void)
|
||||
* FIXME:
|
||||
* Implement mechanism, allowing reusage of register variables
|
||||
*/
|
||||
PARSE_ERROR ("Not enough register variables", 0);
|
||||
PARSE_ERROR ("Not enough register variables", LIT_ITERATOR_POS_ZERO);
|
||||
}
|
||||
|
||||
if (max_temp_name < next_reg)
|
||||
|
||||
Reference in New Issue
Block a user