From d0bb8f3739ea616375e576ecaca226e6ca5f275d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 23 Jan 2005 16:57:06 +0000 Subject: 2005-01-23 Ralf Corsepius * sapi/src/fatal.c, score/src/interr.c: Remove volatile on return type. --- cpukit/sapi/src/fatal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/src/fatal.c b/cpukit/sapi/src/fatal.c index fb01c92ee3..5788c54bb4 100644 --- a/cpukit/sapi/src/fatal.c +++ b/cpukit/sapi/src/fatal.c @@ -27,7 +27,7 @@ * Output parameters: NONE */ -void volatile rtems_fatal_error_occurred( +void rtems_fatal_error_occurred( uint32_t the_error ) { -- cgit v1.2.3