diff --git a/projects/clr/rocclr/device/pal/paldevice.cpp b/projects/clr/rocclr/device/pal/paldevice.cpp index 47bd9fbe2c..2cbc5a0c8b 100644 --- a/projects/clr/rocclr/device/pal/paldevice.cpp +++ b/projects/clr/rocclr/device/pal/paldevice.cpp @@ -843,7 +843,7 @@ Device::~Device() { extern const char* SchedulerSourceCode; extern const char* SchedulerSourceCode20; -constexpr int TrapHandlerABIVersion = 10; +constexpr int TrapHandlerABIVersion = 11; extern const char* TrapHandlerCode; // ================================================================================================