From 52deb1277af48b702cec74f0b83403c2f2e987cf Mon Sep 17 00:00:00 2001 From: mterwoord_cp <7cd3fd84a0151ea055c2f79e4d2eef9576fe9afesxUZAwxD> Date: Wed, 3 Dec 2008 16:19:04 +0000 Subject: [PATCH] --- source/Indy.IL2CPU/IL/x86/X86MethodFooterOp.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/Indy.IL2CPU/IL/x86/X86MethodFooterOp.cs b/source/Indy.IL2CPU/IL/x86/X86MethodFooterOp.cs index 368a9f4d8..a0de6c777 100644 --- a/source/Indy.IL2CPU/IL/x86/X86MethodFooterOp.cs +++ b/source/Indy.IL2CPU/IL/x86/X86MethodFooterOp.cs @@ -98,10 +98,6 @@ namespace Indy.IL2CPU.IL.X86 } new CPUx86.Jump { DestinationLabel = EndOfMethodLabelNameException }; new Label(EndOfMethodLabelNameException); - if (Label.LastFullLabel.StartsWith("System_UInt32__Cosmos_Kernel_CPU_GetEndOfKernel")) { - System.Diagnostics.Debugger.Break(); - } - //System_UInt32__Cosmos_Kernel_CPU_GetEndOfKernel____DOT__END__OF__METHOD_EXCEPTION for (int i = 0; i < aLocAllocItemCount;i++ ) { new CPUx86.Call { DestinationLabel = Label.GenerateLabelName(typeof(RuntimeEngine).GetMethod("Heap_Free")) };