Will Coleda <[EMAIL PROTECTED]> wrote: > If there's magic, it was an unintentional invocation. =-) If I was > managing my own registers, I'd expect to have to save things - but > since I'm always (I think) using .locals or the $I<foo> syntax, I'd > expect IMCC to do the saving,
IMCC does provide the necessary savetop/restoretop register saving ops around function calls. Could you try to run your program with the "-G" command line option. If that succeeds, the COWed register frame stack copy is the culprit. leo