Kernel - Fix compilation on x86_64 and armv7 (for MM changes)
[tpg/acess2.git] / KernelLand / Kernel / arch / armv7 / debug.c
index 4f169a3..78746f1 100644 (file)
@@ -9,6 +9,7 @@
  */
 #include <acess.h>
 #include <drv_serial.h>
+#include <debug_hooks.h>
 
 // === CONSTANTS ===
 //#define UART0_BASE   0x10009000
@@ -86,3 +87,8 @@ void StartupPrint(const char *str)
 {
 }
 
+void Proc_PrintBacktrace(void)
+{
+       // TODO: Print backtrace
+}
+

UCC git Repository :: git.ucc.asn.au