mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
more m stack goo fixes
This commit is contained in:
parent
7f92e9ab12
commit
9e5d29a558
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ namespace Indy.IL2CPU.IL.X86 {
|
|||
* EAX contains the method to call
|
||||
*/
|
||||
new CPUx86.JumpIfNotEqual(mLabelName + "_NOT_BOXED_THIS");
|
||||
new CPUx86.Pop("eax");
|
||||
//new CPUx86.Pop("ecx");
|
||||
new CPUx86.Move("ecx", "eax");
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue