libcortex_a9/mmu: enabled program flow prediction

master
pca006132 2020-09-04 13:18:39 +08:00
parent a116142f63
commit 08fd1391c5
1 changed files with 1 additions and 0 deletions

View File

@ -410,6 +410,7 @@ pub fn with_mmu<F: FnMut() -> !>(l1table: &L1Table, mut f: F) -> ! {
.a(false)
.c(true)
.i(true)
.z(true)
.unaligned(true)
);