On 20/10/22 13:52, Richard Henderson wrote:
Record the location of a TCGTemp within a larger object.

This makes sense after looking at the next patch.

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  include/tcg/tcg.h | 1 +
  tcg/tcg.c         | 3 +++
  2 files changed, 4 insertions(+)

diff --git a/include/tcg/tcg.h b/include/tcg/tcg.h
index d207bc47be..afa18986b1 100644
--- a/include/tcg/tcg.h
+++ b/include/tcg/tcg.h
@@ -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;



Reply via email to