diff --git a/projects/rocprofiler/src/core/profile.h b/projects/rocprofiler/src/core/profile.h index e67d8f1e87..298f955d19 100644 --- a/projects/rocprofiler/src/core/profile.h +++ b/projects/rocprofiler/src/core/profile.h @@ -94,7 +94,7 @@ class Profile { if (profile_.parameters) free(const_cast(profile_.parameters)); if (completion_signal_.handle) { hsa_status_t status = hsa_signal_destroy(completion_signal_); - if (status != HSA_STATUS_SUCCESS) EXC_RAISING(status, "signal_destroy " << std::hex << status); + if (status != HSA_STATUS_SUCCESS) EXC_ABORT(status, "signal_destroy " << std::hex << status); } }