mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-12 19:21:40 +00:00
8 lines
No EOL
138 B
C#
8 lines
No EOL
138 B
C#
using System;
|
|
using Mono.Cecil.Cil;
|
|
|
|
namespace Indy.IL2CPU.IL {
|
|
[OpCode(Code.Volatile)]
|
|
public abstract class Volatile: Op {
|
|
}
|
|
} |