using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cosmos.IL2CPU.X86 { public class ILOpX86 : Cosmos.IL2CPU.ILOp { public override void Scan(ILReader aReader, ILScanner aScanner) { throw new NotImplementedException(); } } }