SWDEV-251491 : fixing tracing on exit

Change-Id: I1bf2a6093331e7a08179b9f64394c5c49206ef0e
This commit is contained in:
Evgeny
2020-12-25 01:49:44 -05:00
vanhempi 99eee45546
commit 912cfd4cf8
2 muutettua tiedostoa jossa 16 lisäystä ja 11 poistoa
+2
Näytä tiedosto
@@ -1026,8 +1026,10 @@ void tool_load() {
void exit_handler(int status, void* arg) {
ONLOAD_TRACE("status(" << status << ") arg(" << arg << ")");
#if 0
tool_unload();
ONLOAD_TRACE_END();
#endif
}
// HSA-runtime tool on-load method