summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/interr.c
diff options
context:
space:
mode:
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 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
)
{