sq buildable caps
This commit is contained in:
parent
ee1b5fc57a
commit
f25ace0a80
nucleus/src/arch/aarch64
|
@ -423,8 +423,7 @@ pub struct CapTableEntry {
|
|||
|
||||
impl fmt::Debug for CapTableEntry {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
write!(f, "{:x}", self.capability); // @todo
|
||||
Ok(())
|
||||
write!(f, "{:x}", self.capability) // @todo
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue