From 9e5d29a558d3f1436ec5533b5c5638edac7f517d Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Sat, 21 Jun 2008 23:03:27 +0000 Subject: [PATCH] more m stack goo fixes --- source/Indy.IL2CPU.IL.X86/Callvirt.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Indy.IL2CPU.IL.X86/Callvirt.cs b/source/Indy.IL2CPU.IL.X86/Callvirt.cs index 174eaac59..18faf0a64 100644 --- a/source/Indy.IL2CPU.IL.X86/Callvirt.cs +++ b/source/Indy.IL2CPU.IL.X86/Callvirt.cs @@ -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"); /*