summaryrefslogtreecommitdiff
path: root/arch/x86/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/CMakeLists.txt')
-rw-r--r--arch/x86/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/CMakeLists.txt b/arch/x86/CMakeLists.txt
index 574969c0..3b2b9a69 100644
--- a/arch/x86/CMakeLists.txt
+++ b/arch/x86/CMakeLists.txt
@@ -31,7 +31,7 @@ file(GLOB SOURCES *.cpp *.h
# Note to who updates xed: the path replacement file may change, search for its name in the xed directory to find its
# newest location
list(REMOVE_ITEM SOURCES ${PROJECT_SOURCE_DIR}/xed/src/common/xed-operand-values-interface-repl.c)
-list(APPEND SOURCES ${PROJECT_SOURCE_DIR}/xed/datafiles/knc/xed-operand-values-interface-uisa.c)
+list(APPEND SOURCES ${PROJECT_SOURCE_DIR}/xed/datafiles/avx512f/xed-operand-values-interface-uisa.c)
if(DEMO)
add_library(arch_x86 STATIC ${SOURCES})