mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 18:55:49 +00:00
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:
parent
223975ada0
commit
e5b43d2794
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue