Fixed build error caused by last checkin.

This commit is contained in:
kudzu_cp 2008-04-24 16:05:42 +00:00
parent a3a7f110ca
commit 52e26e8983

View file

@ -66,7 +66,7 @@ namespace Indy.IL2CPU.IL.X86 {
throw new Exception("Remainder size " + (mSize) + " not supported!"); throw new Exception("Remainder size " + (mSize) + " not supported!");
} }
} }
Assembler.StackContents.Push(new StackContent(mSize, mDataType)); Assembler.StackContents.Push(new StackContent(mSize, null));
if (mNeedsGC) { if (mNeedsGC) {
new Dup(null, null) { new Dup(null, null) {
Assembler = this.Assembler Assembler = this.Assembler