On Tue, Aug 03, 2010 at 11:22:18AM -0700, David Daney wrote: > +#define regs_return_value(regs) ((regs)->regs[2]) This will probably only work if the argument happens to be "regs" otherwise the things will likely go splat. Ralf
On Tue, Aug 03, 2010 at 11:22:18AM -0700, David Daney wrote: > +#define regs_return_value(regs) ((regs)->regs[2]) This will probably only work if the argument happens to be "regs" otherwise the things will likely go splat. Ralf