From 6e14a99b5819ef278beb19e53aec5518e5d16007 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Oct 2014 17:31:04 -0500 Subject: m68k/shared and sim68000: Fix warnings --- c/src/lib/libbsp/m68k/shared/bspspuriousinit.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'c/src/lib/libbsp/m68k/shared/bspspuriousinit.c') diff --git a/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c b/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c index 12b3826b6a..e60a40318f 100644 --- a/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c +++ b/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c @@ -1,10 +1,12 @@ /* - * CXX Spurious Trap Handler Install Routine + * M68000 Spurious Trap Handler Install Routine * * This is just enough of a trap handler to let us know what * the likely source of the trap was. - * - * COPYRIGHT (c) 1989-1999. + */ + +/* + * COPYRIGHT (c) 1989-2014. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -20,12 +22,6 @@ * * Install the spurious handler for most vectors. */ - -rtems_isr bsp_spurious_handler( - rtems_vector_number vector/*, - CPU_Interrupt_frame *isf */ -); - void bsp_spurious_initialize(void) { uint32_t vector; -- cgit v1.2.3