From 16b357f26a0f94344b47383351170bd0f973c93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 3 May 2003 16:10:54 +0000 Subject: [PATCH] Renamed dbg_save_registers() to arch_dbg_save_registers() since it is implemented in the arch dependent section. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3158 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/arch/x86/arch_x86.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/core/arch/x86/arch_x86.S b/src/kernel/core/arch/x86/arch_x86.S index daa1297ec9..de0c795f78 100755 --- a/src/kernel/core/arch/x86/arch_x86.S +++ b/src/kernel/core/arch/x86/arch_x86.S @@ -237,7 +237,7 @@ done: jmp done -FUNCTION(dbg_save_registers): +FUNCTION(arch_dbg_save_registers): pushl %esi pushl %eax movl 12(%esp), %esi