소스 검색

fix(prototyper): fix incorrect mip setting when time interrupt processing

Signed-off-by: guttatus <[email protected]>
guttatus 3 주 전
부모
커밋
09e79ab7fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      prototyper/prototyper/src/sbi/trap/mod.rs

+ 1 - 1
prototyper/prototyper/src/sbi/trap/mod.rs

@@ -42,7 +42,7 @@ pub extern "C" fn fast_handler(
 
                     ipi::clear_mtime();
                     unsafe {
-                        mip::clear_stimer();
+                        mip::set_stimer();
                     }
                     save_regs(&mut ctx);
                     ctx.restore()