8147509: [aix] Newlines missing in register info printout
Reviewed-by: simonis
This commit is contained in:
parent
84ae91a490
commit
3927e409fb
@ -3742,7 +3742,7 @@ bool os::find(address addr, outputStream* st) {
|
||||
loaded_module_t lm;
|
||||
if (LoadedLibraries::find_for_text_address(addr, &lm) != NULL ||
|
||||
LoadedLibraries::find_for_data_address(addr, &lm) != NULL) {
|
||||
st->print("%s", lm.path);
|
||||
st->print_cr("%s", lm.path);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user