mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-04 07:12:24 +00:00
Fixed crashing caused my M's latest box fix
This commit is contained in:
parent
125ca4c947
commit
d19afbf723
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ namespace Indy.IL2CPU.IL.X86 {
|
||||||
new CPUx86.Pushd(CPUx86.Registers.AtEAX);
|
new CPUx86.Pushd(CPUx86.Registers.AtEAX);
|
||||||
new CPUx86.Pushd("0" + mMethodIdentifier.ToString("X") + "h");
|
new CPUx86.Pushd("0" + mMethodIdentifier.ToString("X") + "h");
|
||||||
new CPUx86.Call(CPU.Label.GenerateLabelName(VTablesImplRefs.GetMethodAddressForTypeRef));
|
new CPUx86.Call(CPU.Label.GenerateLabelName(VTablesImplRefs.GetMethodAddressForTypeRef));
|
||||||
new CPUx86.Pop("eax");
|
|
||||||
/*
|
/*
|
||||||
* On the stack now:
|
* On the stack now:
|
||||||
* $esp Params
|
* $esp Params
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue