modify the jump inside page under kernel/int.md

This commit is contained in:
Yan_yan 2020-11-02 16:36:41 +08:00
parent b8548c1e1f
commit 3147b35b7a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
* [中断处理机制](#riscv_int_process)
* [中断服务程序](#riscv_int_service)
* [中断处理流程](#riscv_int_process2)
* [中断函数接口](#riscv_int_api)
* [中断函数接口](#riscv_int_api)
* [使用场景](#situation)
<span id="interrupt"></span>