diff --git a/jerry-core/ecma/base/ecma-globals.h b/jerry-core/ecma/base/ecma-globals.h index bdce0bcaa..3403b23ca 100644 --- a/jerry-core/ecma/base/ecma-globals.h +++ b/jerry-core/ecma/base/ecma-globals.h @@ -764,11 +764,11 @@ typedef struct */ typedef struct { - /** Compressed pointer to next chunk */ - mem_cpointer_t next_chunk_cp; - /** Characters */ lit_utf8_byte_t data[ sizeof (uint64_t) - sizeof (mem_cpointer_t) ]; + + /** Compressed pointer to next chunk */ + mem_cpointer_t next_chunk_cp; } ecma_collection_chunk_t; /**