On Sun, Jun 22, 2003 at 06:00:00PM +0300, Stephen Biggs wrote: > What magic is needed here to have this argument be a pointer > argument instead of an integer argument? There is no way to do this. You need to use expand_call instead if your ABI depends on type (as opposed to mode) in any way. r~