mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-13 03:31:22 +00:00
12 lines
159 B
C#
12 lines
159 B
C#
using System;
|
|
|
|
namespace Cosmos.IL2CPU.Profiler.IL
|
|
{
|
|
[Cosmos.IL2CPU.OpCode(ILOp.Code.Prefixref)]
|
|
public class Prefixref: ILOpProfiler
|
|
{
|
|
|
|
|
|
|
|
}
|
|
}
|