| 74 | |
| 75 | /// 错误异常处理 - Current EL with SP0 |
| 76 | extern "C" auto error_current_el_sp0_handler(cpu_io::TrapContext* context) |
| 77 | -> void { |
| 78 | HandleException("Error Exception at Current EL with SP0", context); |
| 79 | } |
| 80 | |
| 81 | /// 同步异常处理 - Current EL with SPx |
| 82 | extern "C" auto sync_current_el_spx_handler(cpu_io::TrapContext* context) |
nothing calls this directly
no test coverage detected