From 749d64a86da2bad1d577c83032dea8b8ef942d1d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 12 Oct 2009 12:16:23 +0000 Subject: Reflect having introduced Internal_errors_t. --- cpukit/score/src/interr.c | 2 +- cpukit/score/src/userextthreadbegin.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/src') diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c index e71454d0ed..cd9e09121e 100644 --- a/cpukit/score/src/interr.c +++ b/cpukit/score/src/interr.c @@ -46,7 +46,7 @@ void _Internal_error_Occurred( Internal_errors_Source the_source, bool is_internal, - uint32_t the_error + Internal_errors_t the_error ) { diff --git a/cpukit/score/src/userextthreadbegin.c b/cpukit/score/src/userextthreadbegin.c index eacdc15706..f71aedf518 100644 --- a/cpukit/score/src/userextthreadbegin.c +++ b/cpukit/score/src/userextthreadbegin.c @@ -63,7 +63,7 @@ void _User_extensions_Thread_exitted ( void _User_extensions_Fatal ( Internal_errors_Source the_source, bool is_internal, - uint32_t the_error + Internal_errors_t the_error ) { Chain_Node *the_node; -- cgit v1.2.3