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

12 lines
No EOL
348 B
C#

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