From 1ff449cfc473f6b88e1495492aebd665ad42b236 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Mon, 16 Mar 2015 12:15:27 -0400 Subject: rtems: make error codes uintptr_t --- cpukit/score/include/rtems/score/interr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3