lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Is that even possible?

Am 23.12.2019 um 22:00 schrieb Philippe Verdy:
> if op == OP_TAILCALL then
>     ...
>     goto fallsto_call;
> elseif op == OP_CALL then
> fallsto_call:
>     ...
> end
>

This gives me "no visible label 'fallsto_call' for <goto>"