mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
This commit is contained in:
parent
bf1a830f3f
commit
52deb1277a
1 changed files with 0 additions and 4 deletions
|
|
@ -98,10 +98,6 @@ namespace Indy.IL2CPU.IL.X86
|
||||||
}
|
}
|
||||||
new CPUx86.Jump { DestinationLabel = EndOfMethodLabelNameException };
|
new CPUx86.Jump { DestinationLabel = EndOfMethodLabelNameException };
|
||||||
new Label(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++ )
|
for (int i = 0; i < aLocAllocItemCount;i++ )
|
||||||
{
|
{
|
||||||
new CPUx86.Call { DestinationLabel = Label.GenerateLabelName(typeof(RuntimeEngine).GetMethod("Heap_Free")) };
|
new CPUx86.Call { DestinationLabel = Label.GenerateLabelName(typeof(RuntimeEngine).GetMethod("Heap_Free")) };
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue