Fixing ecma_lcache_init.

This commit is contained in:
Ruben Ayrapetyan 2014-11-17 21:26:36 +03:00
parent fd155d4699
commit e7f96336f8

View File

@ -67,7 +67,7 @@ static ecma_lcache_hash_entry_t ecma_lcache_hash_table[ ECMA_LCACHE_HASH_ROWS_CO
void
ecma_lcache_init (void)
{
__memset (ecma_lcache_hash_table, 0, sizeof (ecma_lcache_hash_entry_t));
__memset (ecma_lcache_hash_table, 0, sizeof (ecma_lcache_hash_table));
} /* ecma_lcache_init */
/**