Merge branch 'master' into v2.1
This commit is contained in:
@@ -259,6 +259,11 @@ static LJ_AINLINE int bc_isret(BCOp op)
|
||||
return (op == BC_RETM || op == BC_RET || op == BC_RET0 || op == BC_RET1);
|
||||
}
|
||||
|
||||
static LJ_AINLINE int bc_isret_or_tail(BCOp op)
|
||||
{
|
||||
return (op == BC_CALLMT || op == BC_CALLT || bc_isret(op));
|
||||
}
|
||||
|
||||
LJ_DATA const uint16_t lj_bc_mode[];
|
||||
LJ_DATA const uint16_t lj_bc_ofs[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user