Re: [PATCH v3 34/57] tcg: Move TCGLabelQemuLdst to tcg.c

2023-04-26 Thread Philippe Mathieu-Daudé
On 24/4/23 07:40, Richard Henderson wrote: Signed-off-by: Richard Henderson --- tcg/tcg.c | 13 + tcg/tcg-ldst.c.inc | 14 -- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/tcg/tcg.c b/tcg/tcg.c +typedef struct TCGLabelQemuLdst { +

[PATCH v3 34/57] tcg: Move TCGLabelQemuLdst to tcg.c

2023-04-23 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/tcg.c | 13 + tcg/tcg-ldst.c.inc | 14 -- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/tcg/tcg.c b/tcg/tcg.c index cfd3262a4a..6f5daaee5f 100644 --- a/tcg/tcg.c +++ b/tcg/tcg.c @@ -94,6 +94,19 @@