diff options
author | Liam <byteslice@airmail.cc> | 2023-03-07 19:46:48 -0500 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-03-07 19:46:48 -0500 |
commit | d45ac00d48352d86a483e7642bfccadf1eb4f4ce (patch) | |
tree | 9c8327fa45f820e586835f8547fb4b976bbca500 /src/common/CMakeLists.txt | |
parent | a7792e5ff83523142230951ac7eacbd7685dc40b (diff) |
kernel: avoid signed overflow UB on MSVC
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 58ff5f2f3..61ab68864 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -91,6 +91,7 @@ add_library(common STATIC multi_level_page_table.h nvidia_flags.cpp nvidia_flags.h + overflow.h page_table.cpp page_table.h param_package.cpp |