tcg: plug holes in struct TCGProfile

This plugs two 4-byte holes in 64-bit.

Backports commit dd1d7da23b0abef87f46d9ab39ba9b0974eaec04 from qemu
This commit is contained in:
Emilio G. Cota 2018-10-23 14:38:14 -04:00 committed by Lioncash
parent 223975ada0
commit e5b43d2794
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -747,8 +747,8 @@ struct TCGContext {
int64_t tb_count; int64_t tb_count;
int64_t op_count; /* total insn count */ int64_t op_count; /* total insn count */
int op_count_max; /* max insn per TB */ int op_count_max; /* max insn per TB */
int64_t temp_count;
int temp_count_max; int temp_count_max;
int64_t temp_count;
int64_t del_op_count; int64_t del_op_count;
int64_t code_in_len; int64_t code_in_len;
int64_t code_out_len; int64_t code_out_len;