context array valid bit reverted

Change-Id: Ibbbf19ffd2e66750d7296d2b45850c21bb86445a


[ROCm/rocprofiler commit: aea5d8e0d9]
This commit is contained in:
Evgeny
2018-03-21 21:11:42 -05:00
parent 6a3a1f1906
commit ade8a8c868
3 changed files with 22 additions and 10 deletions
@@ -7,6 +7,14 @@
#include <sstream>
#include <string>
#define EXC_ABORT(error, stream) \
{ \
std::ostringstream oss; \
oss << __FUNCTION__ << "(), " << stream; \
std::cout << oss.str() << std::endl; \
abort(); \
}
#define EXC_RAISING(error, stream) \
{ \
std::ostringstream oss; \