Re: [PATCH 01/11] exec: Make EXCP_FOO definitions target agnostic

2023-09-15 Thread Anton Johansson via
On 14/09/23, Philippe Mathieu-Daudé wrote: > The EXCP_* definitions don't need to be target specific, > move them to "exec/cpu-common.h". > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/exec/cpu-all.h| 7 --- > include/exec/cpu-common.h | 7 +++ > 2 files changed, 7

[PATCH 01/11] exec: Make EXCP_FOO definitions target agnostic

2023-09-14 Thread Philippe Mathieu-Daudé
The EXCP_* definitions don't need to be target specific, move them to "exec/cpu-common.h". Signed-off-by: Philippe Mathieu-Daudé --- include/exec/cpu-all.h| 7 --- include/exec/cpu-common.h | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git