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