From 05ead644296676d1c75bedbb5da894e234202aad Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Mon, 23 Jan 2012 15:19:25 +0000 Subject: [PATCH] --- .../Cosmos.Compiler.Assembler.X86.csproj | 1 + .../Compiler/Cosmos.Compiler.Assembler.X86/MoveToDR6.cs | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 source2/Compiler/Cosmos.Compiler.Assembler.X86/MoveToDR6.cs diff --git a/source2/Compiler/Cosmos.Compiler.Assembler.X86/Cosmos.Compiler.Assembler.X86.csproj b/source2/Compiler/Cosmos.Compiler.Assembler.X86/Cosmos.Compiler.Assembler.X86.csproj index f3b61f410..a0ad1ee40 100644 --- a/source2/Compiler/Cosmos.Compiler.Assembler.X86/Cosmos.Compiler.Assembler.X86.csproj +++ b/source2/Compiler/Cosmos.Compiler.Assembler.X86/Cosmos.Compiler.Assembler.X86.csproj @@ -64,6 +64,7 @@ + diff --git a/source2/Compiler/Cosmos.Compiler.Assembler.X86/MoveToDR6.cs b/source2/Compiler/Cosmos.Compiler.Assembler.X86/MoveToDR6.cs new file mode 100644 index 000000000..916e17c67 --- /dev/null +++ b/source2/Compiler/Cosmos.Compiler.Assembler.X86/MoveToDR6.cs @@ -0,0 +1,9 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Cosmos.Compiler.Assembler.X86 { + class MoveToDR6 { + } +}