duplicate OP_RET

This commit is contained in:
Yuichi Nishiwaki 2014-02-04 18:22:18 +09:00
parent 3a4bf769ce
commit ae2cae8a47
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ analyze(analyze_state *state, pic_value obj, bool tailpos)
tag = pic_sym(pic_car(pic, res));
if (tailpos) {
if (tag == pic->sIF || tag == pic->sBEGIN || tag == state->sTAILCALL) {
if (tag == pic->sIF || tag == pic->sBEGIN || tag == state->sTAILCALL || tag == state->sRETURN) {
/* pass through */
}
else {