SWDEV-463865 - symbol renamings to prevent conflicts in static build
Change-Id: Id7fbb638c1088c23df52fee877cd790d637b1ffb
[ROCm/clr commit: b8c2ac4de4]
This commit is contained in:
@@ -42,6 +42,8 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace amd {
|
||||
|
||||
PacketHeader* HostcallBuffer::getHeader(uint64_t ptr) const {
|
||||
return headers_ + (ptr & index_mask_);
|
||||
}
|
||||
@@ -459,3 +461,4 @@ void disableHostcalls(void* bfr) {
|
||||
ClPrint(amd::LOG_INFO, amd::LOG_INIT, "Terminated hostcall listener");
|
||||
}
|
||||
}
|
||||
}// namespace amd
|
||||
|
||||
Reference in New Issue
Block a user