summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/include/rtems/score/interr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index e0cedafa4e..7c2a604b57 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -164,7 +164,7 @@ typedef enum {
INTERNAL_ERROR_RESOURCE_IN_USE
} Internal_errors_Core_list;
-typedef uint32_t Internal_errors_t;
+typedef uintptr_t Internal_errors_t;
/**
* This type holds the fatal error information.