Cosmos/source2/IL2PCU/Cosmos.IL2CPU.Profiler/ILOpProfiler.cs
kudzu_cp a3fccd764b
2009-07-24 19:01:54 +00:00

12 lines
269 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.IL2CPU.Profiler {
public class ILOpProfiler : Cosmos.IL2CPU.ILOp {
protected ILOpProfiler(ILOpCode aOpCode)
: base(aOpCode) {
}
}
}