mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
into feels better
This commit is contained in:
parent
fc6e1d5e09
commit
07a6857354
|
@ -97,7 +97,7 @@ fn print_address(
|
|||
if is_first {
|
||||
print!("{index}:\t{function_name_to_print}");
|
||||
} else {
|
||||
print!("\t(inlined by) {function_name_to_print}");
|
||||
print!("\t(inlined into) {function_name_to_print}");
|
||||
}
|
||||
|
||||
println!(
|
||||
|
|
Loading…
Reference in a new issue