소스 검색

Small fix

luojia65 4 년 전
부모
커밋
9309d3faff
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      platform/k210/src/main.rs

+ 1 - 0
platform/k210/src/main.rs

@@ -15,6 +15,7 @@ use riscv::register::{
     mstatus::{self, MPP},
     mtval,
     mtvec::{self, TrapMode},
+    satp,
 };
 
 #[global_allocator]