more m stack goo fixes

This commit is contained in:
kudzu_cp 2008-06-21 23:03:27 +00:00
parent 7f92e9ab12
commit 9e5d29a558

View file

@ -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");
/*