diff options
Diffstat (limited to 'src/pal/inc/pal.h')
-rw-r--r-- | src/pal/inc/pal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h index 20befc9de4..0422a8886e 100644 --- a/src/pal/inc/pal.h +++ b/src/pal/inc/pal.h @@ -4979,7 +4979,7 @@ PAL_FreeExceptionRecords( struct PAL_SEHException { private: - static const SIZE_T NoTargetFrameSp = SIZE_MAX; + static const SIZE_T NoTargetFrameSp = (SIZE_T)SIZE_MAX; void Move(PAL_SEHException& ex) { |