From 52e26e898321fa6daabe6bfcae4095b44dd0dc2c Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Thu, 24 Apr 2008 16:05:42 +0000 Subject: [PATCH] Fixed build error caused by last checkin. --- source/Indy.IL2CPU.IL.X86/Ldsfld.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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