Will Coleda <[EMAIL PROTECTED]> wrote:
> (has a .end) Yup.

> Managed to shrink it down to:

> .pcc_sub __interpret prototyped
>    newsub P1, .Sub, __interpret
>    .pcc_begin_return
>    .return 0
>    .pcc_end_return
> .end

Two problems: You are overriding the already existing Sub with that name
and 2) you destroy your return continuation, which could be already in P1.

leo

Reply via email to