SWDEV-295144 - Change uint64_t to size_t to fix failure on 32-bit opencl.
Change-Id: I5c28e9c606dec1c956f3f48071d8a0271adfff22
Этот коммит содержится в:
коммит произвёл
Maneesh Gupta
родитель
650601c00e
Коммит
788ae8595b
@@ -651,7 +651,7 @@ class LiquidFlashFile : public RuntimeObject {
|
||||
class ArenaMemory: public Buffer {
|
||||
public:
|
||||
ArenaMemory(Context& context)
|
||||
: Buffer(context, 0, std::numeric_limits<uint64_t>::max(),
|
||||
: Buffer(context, 0, std::numeric_limits<size_t>::max(),
|
||||
reinterpret_cast<void*>(kArenaMemoryPtr)) {}
|
||||
};
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user