Cosmos/source/Indy.IL2CPU.IL.X86/Ceq.cs
mterwoord_cp 50f6a9a812
2007-08-30 14:13:48 +00:00

12 lines
No EOL
338 B
C#

using System;
using System.IO;
using Mono.Cecil.Cil;
using CPU = Indy.IL2CPU.Assembler.X86;
namespace Indy.IL2CPU.IL.X86 {
public class Ceq: IL.Ceq {
public override void Assemble(Instruction aInstruction) {
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
}
}
}