diff --git a/source2/IL2PCU/Cosmos.IL2CPU.X86/CosmosAssembler.cs b/source2/IL2PCU/Cosmos.IL2CPU.X86/CosmosAssembler.cs index b39820e5d..68b328a6d 100644 --- a/source2/IL2PCU/Cosmos.IL2CPU.X86/CosmosAssembler.cs +++ b/source2/IL2PCU/Cosmos.IL2CPU.X86/CosmosAssembler.cs @@ -146,7 +146,6 @@ namespace Cosmos.IL2CPU.X86 { new byte[0x50000])); DataMembers.Add(new DataMember("Kernel_Stack", new byte[0])); - new Label("__ENGINE_ENTRYPOINT__"); DebugStub.EmitDataSection(); }