From 420a29936ff3f8a87e55962d38d5bcd75e0bfb1d Mon Sep 17 00:00:00 2001
From: Trivalik_cp <42497cfff885d3ca0e6fda54fb6262dd42101bd5sx56jUzf>
Date: Sat, 3 Sep 2011 12:02:07 +0000
Subject: [PATCH] move sqrt from core to il2cpu.x86
---
source2/IL2CPU/Cosmos.IL2CPU.X86/Cosmos.IL2CPU.X86.csproj | 1 +
.../Cosmos.IL2CPU.X86/Plugs/MS/System}/MathImpl.cs | 2 +-
.../Hardware/Core/Cosmos.Core.Plugs/Cosmos.Core.Plugs.csproj | 1 -
3 files changed, 2 insertions(+), 2 deletions(-)
rename source2/{Kernel/System/Hardware/Core/Cosmos.Core.Plugs => IL2CPU/Cosmos.IL2CPU.X86/Plugs/MS/System}/MathImpl.cs (92%)
diff --git a/source2/IL2CPU/Cosmos.IL2CPU.X86/Cosmos.IL2CPU.X86.csproj b/source2/IL2CPU/Cosmos.IL2CPU.X86/Cosmos.IL2CPU.X86.csproj
index 3caf895d3..1a0c7a77c 100644
--- a/source2/IL2CPU/Cosmos.IL2CPU.X86/Cosmos.IL2CPU.X86.csproj
+++ b/source2/IL2CPU/Cosmos.IL2CPU.X86/Cosmos.IL2CPU.X86.csproj
@@ -262,6 +262,7 @@
+
diff --git a/source2/Kernel/System/Hardware/Core/Cosmos.Core.Plugs/MathImpl.cs b/source2/IL2CPU/Cosmos.IL2CPU.X86/Plugs/MS/System/MathImpl.cs
similarity index 92%
rename from source2/Kernel/System/Hardware/Core/Cosmos.Core.Plugs/MathImpl.cs
rename to source2/IL2CPU/Cosmos.IL2CPU.X86/Plugs/MS/System/MathImpl.cs
index e79a0e869..a980ec536 100644
--- a/source2/Kernel/System/Hardware/Core/Cosmos.Core.Plugs/MathImpl.cs
+++ b/source2/IL2CPU/Cosmos.IL2CPU.X86/Plugs/MS/System/MathImpl.cs
@@ -7,7 +7,7 @@ using Assembler = Cosmos.Compiler.Assembler.Assembler;
using CPUAll = Cosmos.Compiler.Assembler;
using CPUx86 = Cosmos.Compiler.Assembler.X86;
-namespace Cosmos.Core.Plugs
+namespace Cosmos.IL2CPU.X86.Plugs.CustomImplementations.MS.System
{
[Plug(Target = typeof(global::System.Math))]
class MathImpl
diff --git a/source2/Kernel/System/Hardware/Core/Cosmos.Core.Plugs/Cosmos.Core.Plugs.csproj b/source2/Kernel/System/Hardware/Core/Cosmos.Core.Plugs/Cosmos.Core.Plugs.csproj
index 2a8e18509..6a9b306f6 100644
--- a/source2/Kernel/System/Hardware/Core/Cosmos.Core.Plugs/Cosmos.Core.Plugs.csproj
+++ b/source2/Kernel/System/Hardware/Core/Cosmos.Core.Plugs/Cosmos.Core.Plugs.csproj
@@ -96,7 +96,6 @@
-