mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
12 lines
149 B
C#
12 lines
149 B
C#
using System;
|
|
|
|
namespace Cosmos.IL2CPU.X86.IL
|
|
{
|
|
[Cosmos.IL2CPU.OpCode(ILOpCode.Code.Prefix2)]
|
|
public class Prefix2: ILOpX86
|
|
{
|
|
|
|
|
|
|
|
}
|
|
}
|