summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2015-03-16 12:15:27 -0400
committerGedare Bloom <gedare@rtems.org>2015-03-16 12:15:27 -0400
commit1ff449cfc473f6b88e1495492aebd665ad42b236 (patch)
tree83bd440808431d7833c4afdb19e27fd359288baa
parentrfs: cast minor to uintptr_t to truncate explicitly (diff)
downloadrtems-1ff449cfc473f6b88e1495492aebd665ad42b236.tar.bz2
rtems: make error codes uintptr_t
-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.