Kernel/x86 - Fix not restoring registers in Proc_CloneInt
[tpg/acess2.git] / KernelLand / Kernel / arch / x86 / include / arch_int.h
index 81ea2d7..f761380 100644 (file)
@@ -18,5 +18,10 @@ extern void  __AtomicTestSetLoop(Uint *Ptr, Uint Value);
  */
 extern void    MM_ClearSpace(Uint32 CR3);
 
+/**
+ * \brief Print a backtrace using the supplied IP/BP
+ */
+void   Error_Backtrace(Uint EIP, Uint EBP);
+
 #endif
 

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