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")) };