Mostly cosmetic use of uintptr_t to hold addresses instead of uint32_t
This commit is contained in:
parent
7e0ce83e47
commit
a14cb94b45
@ -133,10 +133,10 @@ do { \
|
|||||||
|
|
||||||
struct group_addrenv_s
|
struct group_addrenv_s
|
||||||
{
|
{
|
||||||
FAR uint32_t *text[ARCH_TEXT_NSECTS];
|
FAR uintptr_t *text[ARCH_TEXT_NSECTS];
|
||||||
FAR uint32_t *data[ARCH_DATA_NSECTS];
|
FAR uintptr_t *data[ARCH_DATA_NSECTS];
|
||||||
#if 0 /* Not yet implemented */
|
#if 0 /* Not yet implemented */
|
||||||
FAR uint32_t *heap[ARCH_HEAP_NSECTS];
|
FAR uintptr_t *heap[ARCH_HEAP_NSECTS];
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -250,7 +250,7 @@ struct xcptcontext
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#if 0 /* Not yet implemented */
|
#if 0 /* Not yet implemented */
|
||||||
FAR uint32_t *stack[ARCH_STACK_NSECTS];
|
FAR uintptr_t *stack[ARCH_STACK_NSECTS];
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user