mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
gen-icount: fold exitreq_label into TCGContext
Groundwork for supporting multiple TCG contexts. Reviewed-by: Richard Henderson <rth@twiddle.net> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
b1311c4acf
commit
26689780f8
2 changed files with 5 additions and 4 deletions
|
@ -675,6 +675,8 @@ struct TCGContext {
|
|||
struct TCGLabelPoolData *pool_labels;
|
||||
#endif
|
||||
|
||||
TCGLabel *exitreq_label;
|
||||
|
||||
TCGTempSet free_temps[TCG_TYPE_COUNT * 2];
|
||||
TCGTemp temps[TCG_MAX_TEMPS]; /* globals first, temps after */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue