mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
tcg: Add temp_subindex to TCGTemp
Record the location of a TCGTemp within a larger object. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
d56fea79f9
commit
fac87bd2a4
2 changed files with 4 additions and 0 deletions
|
@ -456,6 +456,7 @@ typedef struct TCGTemp {
|
|||
unsigned int mem_coherent:1;
|
||||
unsigned int mem_allocated:1;
|
||||
unsigned int temp_allocated:1;
|
||||
unsigned int temp_subindex:1;
|
||||
|
||||
int64_t val;
|
||||
struct TCGTemp *mem_base;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue