From e2f7a6d61f677f323261b4fe559fc66515e54eca Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 9 Jan 2006 03:42:39 +0000 Subject: [PATCH] Missed that one. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15883 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/arch/ppc/arch_debug.c | 35 ------------------------- 1 file changed, 35 deletions(-) delete mode 100644 src/system/kernel/arch/ppc/arch_debug.c diff --git a/src/system/kernel/arch/ppc/arch_debug.c b/src/system/kernel/arch/ppc/arch_debug.c deleted file mode 100644 index 8f81866b28..0000000000 --- a/src/system/kernel/arch/ppc/arch_debug.c +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright 2003-2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved. - * Distributed under the terms of the MIT License. - */ - - -#include -#include -#include - - -// ToDo: put stack trace and disassembly routines here - - -void -arch_debug_save_registers(int *regs) -{ -} - - -void * -arch_debug_get_caller(void) -{ - // TODO: imeplement me - return (void *)&arch_debug_get_caller; -} - - -status_t -arch_debug_init(kernel_args *args) -{ - return B_OK; -} - -