Will Coleda <[EMAIL PROTECTED]> wrote: > It seems that the use of P30 as the .STACK is fine until one of the > built-on-the-fly subroutines is called, at which point P30 is NULL, > and any attempts to twiddle the stack result in:
As P30 isn't passed on to the subroutine as an argument it doesn't exist there. > 4501 saveall > 4502 invokecc P14 - P14=Eval=PMC(0x401a348) C<saveall> isn't needed anymore. The code needs some rework. leo