uplev xlua

This commit is contained in:
2020-08-05 07:08:47 +08:00
parent 52cc2a59aa
commit b3f98bfda1
298 changed files with 444 additions and 250 deletions

2
Assets/XLua/Src/CodeEmit.cs Executable file → Normal file
View File

@@ -231,7 +231,7 @@ namespace XLua
{
var to_be_impl = group.Key;
var method_builder = defineImplementMethod(impl_type_builder, to_be_impl, to_be_impl.Attributes, "Invoke" + (genID++));
var method_builder = defineImplementMethod(impl_type_builder, to_be_impl, to_be_impl.Attributes, "__Gen_Delegate_Imp" + (genID++));
emitMethodImpl(to_be_impl, method_builder.GetILGenerator(), false);