Cosmos/source2/IL2PCU/Cosmos.IL2CPU.Profiler/IL/Prefixref.cs
kudzu_cp 4bb7fe0aeb
2009-07-23 00:37:07 +00:00

12 lines
159 B
C#

using System;
namespace Cosmos.IL2CPU.Profiler.IL
{
[Cosmos.IL2CPU.OpCode(ILOp.Code.Prefixref)]
public class Prefixref: ILOpProfiler
{
}
}