mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 10:41:33 +00:00
12 lines
155 B
C#
12 lines
155 B
C#
using System;
|
|
|
|
namespace Cosmos.IL2CPU.Profiler.IL
|
|
{
|
|
[Cosmos.IL2CPU.OpCode(ILOp.Code.Prefixref)]
|
|
public class Prefixref: ILOpCode
|
|
{
|
|
|
|
|
|
|
|
}
|
|
}
|