[Nasal-cvs] code.c
Andy Ross
andy at plausible.org
Wed May 30 12:54:59 PDT 2007
Update of /home/nasal-cvs/nasal/src
In directory purr:/tmp/cvs-serv15420
Modified Files:
code.c
Log Message:
Need to restart the failed instruction (not the next one) in
naContinue(). I'm not sure why this ever worked, probably because the
continued code path hit an OP_RETURN at a point where the die error
was still set, so it "looked like" a repeated die to the calling code.
More information about the nasal-cvs
mailing list