Cast pointers to uptr when calling internal_syscall
For Linux/x86-64, pointers passed to internal_syscall should be casted to uptr first. Otherwise, they won't be properly extended to 64-bit for x32. Patch by H.J. Lu llvm-svn: 209278
Loading
Please sign in to comment