Re: [PATCH 1/2] target/loongarch: Add exception subcode
On 11/1/22 18:32, Song Gao wrote: We need subcodes to distinguish the same excode cs->exception_indexs, such as EXCCODE_ADEF/EXCCODE_ADEM. Signed-off-by: Song Gao --- target/loongarch/cpu.c | 7 +++-- target/loongarch/cpu.h | 58 ++ 2 files changed,
[PATCH 1/2] target/loongarch: Add exception subcode
We need subcodes to distinguish the same excode cs->exception_indexs, such as EXCCODE_ADEF/EXCCODE_ADEM. Signed-off-by: Song Gao --- target/loongarch/cpu.c | 7 +++-- target/loongarch/cpu.h | 58 ++ 2 files changed, 36 insertions(+), 29 deletions(-) diff