diff --git a/rocclr/runtime/device/devprogram.hpp b/rocclr/runtime/device/devprogram.hpp index 701fd22fd2..a597f97379 100644 --- a/rocclr/runtime/device/devprogram.hpp +++ b/rocclr/runtime/device/devprogram.hpp @@ -63,7 +63,7 @@ class ClBinary; class Kernel; struct SymbolInfo { - size_t sym_type; + int sym_type; std::vector* var_names; };