mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
Fixed build error caused by last checkin.
This commit is contained in:
parent
a3a7f110ca
commit
52e26e8983
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue