Skip to content

Commit

Permalink
Fixed #314
Browse files Browse the repository at this point in the history
  • Loading branch information
liiir1985 committed Apr 22, 2020
1 parent 63024f1 commit 46dd75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ILRuntime/Runtime/Intepreter/ILIntepreter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3175,7 +3175,7 @@ public object Run(ILMethod method, object instance, object[] p)
}
else
{
//PushNull(esp);
PushNull(esp);
switch (objRef->ObjectType)
{
case ObjectTypes.StaticFieldReference:
Expand Down

0 comments on commit 46dd75c

Please sign in to comment.