« Previous | Next » 

Revision 8efe0ca8

ID8efe0ca83eb9c5f996acc7a37d522da5c542ec79

Added by Stefan Weil about 12 years ago

w64: Use uintptr_t in exec.c

Replace all type casts to 'long' or 'unsigned long' by 'intptr_t' or 'uintptr_t'.

For type casts which are only used to extract the lower bits of an address
or to modify those bits, signedness does not matter. There I always use 'uintptr_t'.

Signed-off-by: Stefan Weil <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences