diff --git a/source/Indy.IL2CPU.IL.X86/Ldsfld.cs b/source/Indy.IL2CPU.IL.X86/Ldsfld.cs index 1d922da00..d59b7a79d 100644 --- a/source/Indy.IL2CPU.IL.X86/Ldsfld.cs +++ b/source/Indy.IL2CPU.IL.X86/Ldsfld.cs @@ -66,7 +66,7 @@ namespace Indy.IL2CPU.IL.X86 { throw new Exception("Remainder size " + (mSize) + " not supported!"); } } - Assembler.StackContents.Push(new StackContent(mSize, mDataType)); + Assembler.StackContents.Push(new StackContent(mSize, null)); if (mNeedsGC) { new Dup(null, null) { Assembler = this.Assembler