summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/interr.h
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2015-03-16 16:15:55 -0400
committerGedare Bloom <gedare@rtems.org>2015-03-16 16:24:18 -0400
commit46d3c6d83302c256ddfd3a249da39c0e86497782 (patch)
tree7cc4a76dbaa0050d2c81fe658724c3823d0ba80d /cpukit/score/include/rtems/score/interr.h
parentbsp/mbx8xx: Fix warnings (diff)
downloadrtems-46d3c6d83302c256ddfd3a249da39c0e86497782.tar.bz2
cpukit: add and use CPU_Uint32ptr type
Diffstat (limited to 'cpukit/score/include/rtems/score/interr.h')
-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 7c2a604b57..dcf2f2f5c8 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 uintptr_t Internal_errors_t;
+typedef CPU_Uint32ptr Internal_errors_t;
/**
* This type holds the fatal error information.