From da2341ec12128d3b4983a67d39aeaf76b1781fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matteo=20Gm=C3=BCr?= Date: Sun, 20 Oct 2024 12:02:20 +0000 Subject: Add printf like behaviour to assert --- arch/x86_64/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/x86_64/CMakeLists.txt') diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 018fe61..645660a 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -58,7 +58,6 @@ target_sources("_memory" PRIVATE target_sources("_exception" PRIVATE "src/exception_handling/abort.cpp" - "src/exception_handling/assert.cpp" "src/exception_handling/panic.cpp" ) -- cgit v1.2.3