adjust exec_param to keep track of sp_el0, fix incorrect use sys regs
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index 7526610d39c8ef4c367fe4cb66aa58ce0ad0ab69..52b347958737924c9024662c08589a3d8ee48f0b 100644 (file)
@@ -11,6 +11,11 @@ sources([
     "exception/handler.c"
 ])
 
     "exception/handler.c"
 ])
 
+sources([
+    "fault.c",
+    "trace.c"
+])
+
 compile_opts([
     "-mlittle-endian",
     "-mgeneral-regs-only",
 compile_opts([
     "-mlittle-endian",
     "-mgeneral-regs-only",