fix build error in previous commit

This commit is contained in:
Joel Dice 2008-12-21 18:14:24 -07:00
parent c9bec0ce96
commit ac37941fa5

View File

@ -3797,6 +3797,8 @@ pickJunctionSite(Context* c, Value* v, Read* r, unsigned frameIndex)
fprintf(stderr, "use frame\n");
}
return frameSite(c, frameIndex);
} else {
abort(c);
}
}