From add426be7e67d52dfb22056ac2eeb33e48da5312 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 8 Aug 2003 06:11:48 +0000 Subject: [PATCH] Add a type for trapstart so ddb will use it. --- sys/arch/powerpc/powerpc/trap_subr.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/powerpc/powerpc/trap_subr.S b/sys/arch/powerpc/powerpc/trap_subr.S index 97d662863609..81610a9a5f01 100644 --- a/sys/arch/powerpc/powerpc/trap_subr.S +++ b/sys/arch/powerpc/powerpc/trap_subr.S @@ -1,4 +1,4 @@ -/* $NetBSD: trap_subr.S,v 1.45 2003/08/06 07:18:56 matt Exp $ */ +/* $NetBSD: trap_subr.S,v 1.46 2003/08/08 06:11:48 matt Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -816,6 +816,7 @@ disitrap: b k_trap .globl _C_LABEL(trapstart) + .type _C_LABEL(trapstart),@function _C_LABEL(trapstart): realtrap: /* Test whether we already had PR set */