summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-24 15:05:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-24 15:05:14 +0000
commit14426c8fb89e6d37a3a53e1d05df87082de7c860 (patch)
treed0596dff96ca726d080f48bc6d768c692d03940d /cpukit/score/include
parent2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-14426c8fb89e6d37a3a53e1d05df87082de7c860.tar.bz2
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* score/include/rtems/score/heap.h: Use uintptr_t for _H_uptr_t. * score/inline/rtems/score/address.inl: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES. Use uintptr_t for void* to address cast.
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/score/heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h
index 7559cd89fb..42c79bea9c 100644
--- a/cpukit/score/include/rtems/score/heap.h
+++ b/cpukit/score/include/rtems/score/heap.h
@@ -51,7 +51,7 @@ extern "C" {
* 'rtems/score/types.h' and used here.
*/
-typedef unsigned long int _H_uptr_t;
+typedef uintptr_t _H_uptr_t;
/**
* Forward reference