Skip to content

Commit

Permalink
Update 6multitasking-based-on-as.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw authored Oct 16, 2024
1 parent c66976a commit 93c1a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/chapter4/6multitasking-based-on-as.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
let satp = self.page_table.token();
unsafe {
satp::write(satp);
asm!("sfence.vma" :::: "volatile");
asm!("sfence.vma");
}
}
}
Expand Down

0 comments on commit 93c1a63

Please sign in to comment.