update memory
This commit is contained in:
parent
e61a92b490
commit
6072ba97d6
File diff suppressed because one or more lines are too long
@ -75,8 +75,8 @@ impl Section{
|
|||||||
|
|
||||||
|
|
||||||
fn print_Section(s: &Section){
|
fn print_Section(s: &Section){
|
||||||
println!("ADDR :: {}", s.addr);
|
println!("ADDR :: {:x}", s.addr);
|
||||||
println!("LEN :: {}", s.len);
|
println!("LEN :: {:x}", s.len);
|
||||||
println!("CONTENT :: {:?}", s.content);
|
println!("CONTENT :: {:?}", s.content);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user