Преглед на файлове

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()