Fix alignment

This commit is contained in:
Ilmir Usmanov
2014-10-13 21:42:25 +04:00
parent 38b47eaba7
commit 85ad5f8350
8 changed files with 16 additions and 17 deletions
+3 -4
View File
@@ -35,13 +35,12 @@
} */
struct
{
uint8_t strs_count;
uint8_t nums_count;
opcode_counter_t opcodes_count;
const lp_string *strings;
const ecma_number_t *nums;
const opcode_t *opcodes;
uint8_t strs_count;
uint8_t nums_count;
opcode_counter_t opcodes_count;
}
__packed
bytecode_data;