Re: [PATCH 18/22] target/arm: Add GPC syndrome

2023-02-10 Thread Peter Maydell
On Tue, 24 Jan 2023 at 00:02, Richard Henderson wrote: > > The function takes the fields as filled in by > the Arm ARM pseudocode for TakeGPCException. > > Signed-off-by: Richard Henderson > --- > target/arm/syndrome.h | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/target/arm/

[PATCH 18/22] target/arm: Add GPC syndrome

2023-01-23 Thread Richard Henderson
The function takes the fields as filled in by the Arm ARM pseudocode for TakeGPCException. Signed-off-by: Richard Henderson --- target/arm/syndrome.h | 9 + 1 file changed, 9 insertions(+) diff --git a/target/arm/syndrome.h b/target/arm/syndrome.h index 73df5e3793..3fa926d115 100644 ---