You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2023/01/17 05:50:24 UTC

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8158: assert: fix build break

xiaoxiang781216 commented on PR #8158:
URL: https://github.com/apache/nuttx/pull/8158#issuecomment-1384866802

   > What about 64bit architectures? Or we expect pointers only in lower 32 bit address space?
   
   uintptr_t can handle both 32bit and 64bit arch
   
   
   > Why not just cast to `void *` and leave `%p`?
   
   %p can't add the modifier (e.g., 08).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org