Re: [PATCH 40/41] target/sparc: Implement monitor asis

2024-05-10 Thread Philippe Mathieu-Daudé
On 2/3/24 06:16, Richard Henderson wrote: Ignore the "monitor" portion and treat them the same as their base asis. s/asis/ASIs/ Signed-off-by: Richard Henderson --- target/sparc/asi.h | 4 target/sparc/ldst_helper.c | 4 target/sparc/translate.c | 8 3 files

[PATCH 40/41] target/sparc: Implement monitor asis

2024-03-01 Thread Richard Henderson
Ignore the "monitor" portion and treat them the same as their base asis. Signed-off-by: Richard Henderson --- target/sparc/asi.h | 4 target/sparc/ldst_helper.c | 4 target/sparc/translate.c | 8 3 files changed, 16 insertions(+) diff --git a/target/sparc/asi.h b/ta