commit | 0c85c113c41c1393e10939629aabfb26279c4294 | [log] [tgz] |
---|---|---|
author | Lukas Auer <lukas.auer@aisec.fraunhofer.de> | Fri Jan 04 01:37:28 2019 +0100 |
committer | Andes <uboot@andestech.com> | Tue Jan 15 09:36:31 2019 +0800 |
tree | fed37903ef7834d2062f5343cf86530e0cf63c7c | |
parent | d3689267f92c5956e09cc7d1baa4700141662bff [diff] |
riscv: clarify error message on undefined exceptions Undefined exceptions are treated as reserved. This is not clearly communicated to the user. Adjust the error message to clarify that a reserved exception has occurred and add additional details. Fixes: e8b522b ("riscv: treat undefined exception codes as reserved") Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>