Dan Sugalski <[EMAIL PROTECTED]> wrote: > If, as part if a prototyped .pcc_begin/.pcc_end function call set, > you try and set an integer parameter equal to the register number the > integer would go into.
> .pcc_begin prototyped > .arg 1 > .arg 6 > .arg 7 A simple test case works correctly (test committed). But I can imagine, if the code is evaled (I6, I7 already used previous), that it could fail. For this case I've checked in a small (hopefully) fix. Please always provide a minimal but complete test case exhibiting the bug - thanks, leo