Cosmos/source2/IL2PCU/Cosmos.IL2CPU.X86/IL/Prefix4.cs
kudzu_cp 8f662cb3a6
2009-07-23 15:23:25 +00:00

12 lines
145 B
C#

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