PATCH: Use "unsigned long long int" in x86-64 __makecontext

H.J. Lu hjl.tools@gmail.com
Fri Mar 16 20:37:00 GMT 2012


On Fri, Mar 16, 2012 at 1:13 PM, Roland McGrath <roland@hack.frob.com> wrote:
> Why not use greg_t in va_arg too?

I thought about it.  I am concerned

      default:
        /* Put value on stack.  */
        sp[i - 5] = va_arg (ap, unsigned long int);
        break;

Why is unsigned long int used here when all other places use long int?
I think they should be the same.  But I may have missed something.

-- 
H.J.



More information about the Libc-alpha mailing list