forked from M-Labs/zynq-rs
libcortex_a9/mmu: enabled program flow prediction
This commit is contained in:
parent
a116142f63
commit
08fd1391c5
|
@ -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)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue