Fix typo from previous change
Change-Id: Ib8f3418a3460d86d75fc5529ed6270a164e9b10e
[ROCm/clr commit: b835120dfa]
Cette révision appartient à :
révisé par
Vladislav Sytchenko
Parent
c6696b3ccb
révision
baaf3e9d1f
@@ -112,7 +112,7 @@ int32_t Program::addDeviceProgram(Device& device, const void* image, size_t leng
|
||||
}
|
||||
|
||||
#if defined(WITH_COMPILER_LIB)
|
||||
bool emptyOptions = (options == nulltr);
|
||||
bool emptyOptions = (options == nullptr);
|
||||
#endif
|
||||
amd::option::Options emptyOpts;
|
||||
if (options == NULL) {
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur