Changed documentation slightly.
This commit is contained in:
parent
942478b0e2
commit
bda3e93314
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ pub struct MemoryMapping {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl MemoryMapping {
|
impl MemoryMapping {
|
||||||
/// Converts this MemoryMapping to [core::fmt::Arguments].
|
/// Output this MemoryMapping with [crate::arch::output] functions.
|
||||||
pub fn output(&self) {
|
pub fn output(&self) {
|
||||||
crate::arch::output::sdebugs("Memory type: ");
|
crate::arch::output::sdebugs("Memory type: ");
|
||||||
self.mem_type.output();
|
self.mem_type.output();
|
||||||
|
|
Loading…
Add table
Reference in a new issue