summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/interr.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-23 16:57:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-23 16:57:06 +0000
commitd0bb8f3739ea616375e576ecaca226e6ca5f275d (patch)
treea235aaaf18cb569cbfdedd00858a6279d5f2f10d /cpukit/score/src/interr.c
parent2005-01-23 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d0bb8f3739ea616375e576ecaca226e6ca5f275d.tar.bz2
2005-01-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* sapi/src/fatal.c, score/src/interr.c: Remove volatile on return type.
Diffstat (limited to 'cpukit/score/src/interr.c')
-rw-r--r--cpukit/score/src/interr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c
index 3dda8e6f9d..1e131823a0 100644
--- a/cpukit/score/src/interr.c
+++ b/cpukit/score/src/interr.c
@@ -39,7 +39,7 @@
* NOTE: The the_error is not necessarily a directive status code.
*/
-void volatile _Internal_error_Occurred(
+void _Internal_error_Occurred(
Internal_errors_Source the_source,
boolean is_internal,
uint32_t the_error