Commit bf5ada1d authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

restore: Print faulting vDSO address on error

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
parent b38205f5
......@@ -225,6 +225,7 @@ self_len_end:
0, 0, 0);
if (ret) {
write_hex_n(__LINE__);
write_hex_n(vma_entry->start);
write_hex_n(ret);
goto core_restore_end;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment