Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 25, 2017
1 parent 561109c commit 38447a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/XLua/Src/CodeEmit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ MethodBuilder emitMethodWrap(TypeBuilder typeBuilder, List<MethodBase> methodsTo
}
}

Label endOfBlock = endOfBlock = il.DefineLabel();
Label endOfBlock = il.DefineLabel();

if (needCheckParameterType)
{
Expand Down

0 comments on commit 38447a5

Please sign in to comment.