We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66976a commit 93c1a63Copy full SHA for 93c1a63
source/chapter4/6multitasking-based-on-as.rst
@@ -83,7 +83,7 @@
83
let satp = self.page_table.token();
84
unsafe {
85
satp::write(satp);
86
- asm!("sfence.vma" :::: "volatile");
+ asm!("sfence.vma");
87
}
88
89
0 commit comments