mirror of
https://github.com/riscv-software-src/opensbi
synced 2025-09-11 12:36:05 +01:00
After the loop to find the hartid is launched, assigning -1 to index will fail in the subsequent compare instruction bge. Fix This. Signed-off-by: Xiang W <wxjstz@126.com> Reviewed-by: Anup Patel <anup@brainfault.org>