diff --git a/common/src/lib.rs b/common/src/lib.rs index 972d234cf0..05d76bf1dd 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -66,6 +66,7 @@ impl std::fmt::Display for MemoryType { Self::Writeback => "wb", Self::Uncacheable => "uc", Self::WriteCombining => "wc", + Self::DeviceMemory => "dev", }) } }