diff options
author | Bibo Mao <maobibo@loongson.cn> | 2025-06-05 17:28:48 +0800 |
---|---|---|
committer | Song Gao <gaosong@loongson.cn> | 2025-06-10 11:56:51 +0800 |
commit | 1e043baf15241f18a35f050fb2a2beb3fd7c7906 (patch) | |
tree | dbaa7981055495d6337b923c5e7cc2a8612b5c6c /hw/avr/arduino.c | |
parent | 095e6fcf624e9778ca455d3e654bfd7a2f43d653 (diff) | |
download | qemu-1e043baf15241f18a35f050fb2a2beb3fd7c7906.zip qemu-1e043baf15241f18a35f050fb2a2beb3fd7c7906.tar.gz qemu-1e043baf15241f18a35f050fb2a2beb3fd7c7906.tar.bz2 |
hw/intc/loongarch_extioi: Fix typo issue about register EXTIOI_COREISR_END
Interrupt controller extioi supports 256 vectors, register EXTIOI_COREISR
records pending interrupt status with bitmap method. Size of EXTIOI_COREISR
is 256 / 8 = 0x20 bytes, EXTIOI_COREISR_END should be EXTIOI_COREISR_START
+ 0x20 rather than 0xB20.
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20250605092848.1550985-1-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Diffstat (limited to 'hw/avr/arduino.c')
0 files changed, 0 insertions, 0 deletions