mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
This commit is contained in:
parent
d19afbf723
commit
603a407c4f
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ namespace Indy.IL2CPU.IL.X86 {
|
|||
new CPUx86.Pushd(CPUx86.Registers.AtEAX);
|
||||
new CPUx86.Pushd("0" + mMethodIdentifier.ToString("X") + "h");
|
||||
new CPUx86.Call(CPU.Label.GenerateLabelName(VTablesImplRefs.GetMethodAddressForTypeRef));
|
||||
new CPUx86.Pop("eax");
|
||||
|
||||
/*
|
||||
* On the stack now:
|
||||
* $esp Params
|
||||
|
|
|
|||
Loading…
Reference in a new issue