mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 20:25:21 +08:00
Segment sizes are uintptr_t's.
This commit is contained in:
@@ -26,7 +26,7 @@ void Screen12()
|
||||
uint32_t good_back_flag;
|
||||
uint32_t good_front_flag;
|
||||
uint32_t offset;
|
||||
intptr_t segment_size;
|
||||
uintptr_t segment_size;
|
||||
rtems_status_code status;
|
||||
Heap_Information_block the_info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user