diff --git a/projects/clr/rocclr/runtime/device/devprogram.hpp b/projects/clr/rocclr/runtime/device/devprogram.hpp index 701fd22fd2..a597f97379 100644 --- a/projects/clr/rocclr/runtime/device/devprogram.hpp +++ b/projects/clr/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; };