diff --git a/aarch32-cpu/src/pmsav7.rs b/aarch32-cpu/src/pmsav7.rs index 0db24a8..df572e2 100644 --- a/aarch32-cpu/src/pmsav7.rs +++ b/aarch32-cpu/src/pmsav7.rs @@ -326,7 +326,7 @@ impl MemAttr { s: *shareable, }, MemAttr::WriteBackWriteAlloc { shareable } => MemAttrBits { - tex: u3::from_u8(0b000), + tex: u3::from_u8(0b001), c: true, b: true, s: *shareable,