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