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/m68000spurious.c | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'c/src/lib/libbsp/m68k/shared/m68000spurious.c') diff --git a/c/src/lib/libbsp/m68k/shared/m68000spurious.c b/c/src/lib/libbsp/m68k/shared/m68000spurious.c index e511ebbe74..aeffa456b5 100644 --- a/c/src/lib/libbsp/m68k/shared/m68000spurious.c +++ b/c/src/lib/libbsp/m68k/shared/m68000spurious.c @@ -1,10 +1,12 @@ /* - * C3X Spurious Trap Handler + * M68000 Spurious Trap Handler * * 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,15 +22,8 @@ * * Print a message on the debug console and then die */ - -void bsp_spurious_handler_assistant( - rtems_vector_number /*, - CPU_Interrupt_frame * */ -); - rtems_isr bsp_spurious_handler( - rtems_vector_number vector /*, - CPU_Interrupt_frame *isf */ + rtems_vector_number vector ) { #if 0 -- cgit v1.2.3