Re: [PATCH v4 17/45] target/arm: Perform override check early in add_cpreg_to_hashtable

2022-05-03 Thread Peter Maydell
On Sun, 1 May 2022 at 07:17, Richard Henderson wrote: > > Perform the override check early, so that it is still done > even when we decide to discard an unreachable cpreg. > > Use assert not printf+abort. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.c | 22 -

[PATCH v4 17/45] target/arm: Perform override check early in add_cpreg_to_hashtable

2022-04-30 Thread Richard Henderson
Perform the override check early, so that it is still done even when we decide to discard an unreachable cpreg. Use assert not printf+abort. Signed-off-by: Richard Henderson --- target/arm/helper.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/targe