mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fixing ecma_lcache_init.
This commit is contained in:
parent
fd155d4699
commit
e7f96336f8
@ -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 */
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user