Padding ecma_lcache_entry_t to 8 bytes size.

This commit is contained in:
Ruben Ayrapetyan 2014-12-03 19:25:01 +03:00
parent e955d8f742
commit 98a11c13d5

View File

@ -39,8 +39,13 @@ typedef struct
/** Compressed pointer to a property of the object */
uint16_t prop_cp;
/** Padding structure to 8 bytes size */
uint16_t padding;
} ecma_lcache_hash_entry_t;
JERRY_STATIC_ASSERT (sizeof (ecma_lcache_hash_entry_t) == sizeof (uint64_t));
/**
* LCache hash value length, in bits
*/