__attribute__ (__regparam__)

Does the QNX compiler support the attribute (regparam) switch to
pass parameters in registers on i386’s?

James Dabbs <jdabbs@tga.com> wrote:

Does the QNX compiler support the attribute (regparam) switch to
pass parameters in registers on i386’s?

Yes, it appears to.

Note that that’s actually (regparm(nargs))


cburgess@qnx.com