Cosmos/source2/IL2PCU/Cosmos.IL2CPU.X86/IL/Prefix7.cs
kudzu_cp d005150077
2009-07-23 20:02:00 +00:00

12 lines
149 B
C#

using System;
namespace Cosmos.IL2CPU.X86.IL
{
[Cosmos.IL2CPU.OpCode(ILOpCode.Code.Prefix7)]
public class Prefix7: ILOpX86
{
}
}