fix sharetable update when match self coroutine

This commit is contained in:
zixun
2019-11-28 21:42:28 +08:00
committed by 云风
parent b7b595e53a
commit a15c64a73b

View File

@@ -421,7 +421,7 @@ local function resolve_replace(replace_map)
if not info then
break
end
info.level = level
info.level = is_self and level + 1 or level
info.curco = co
match_funcinfo(info)
level = level + 1