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