aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-20 12:17:44 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-20 12:17:44 +0000
commit2129bdb22bab7dc5a9d23a31c23f38e847511a46 (patch)
treed4a06737bdc54c77506faaf803ef077cb93574c0 /arch/x86_64/CMakeLists.txt
parentda2341ec12128d3b4983a67d39aeaf76b1781fa8 (diff)
downloadteachos-2129bdb22bab7dc5a9d23a31c23f38e847511a46.tar.xz
teachos-2129bdb22bab7dc5a9d23a31c23f38e847511a46.zip
Revert assert with printf functionality, requires malloc 😭
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 645660a..8658ed7 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -57,6 +57,7 @@ target_sources("_memory" PRIVATE
#]============================================================================]
target_sources("_exception" PRIVATE
+ "src/exception_handling/assert.cpp"
"src/exception_handling/abort.cpp"
"src/exception_handling/panic.cpp"
)