Пример #1
0
        public override void Execute(ILOpCode instr, MethodBase aMethod)
        {
            switch (ILCompiler.CPUArchitecture)
            {
            case CPUArch.x86:
                Stind_I.Stind_All(4);
                break;

            default:
                throw new Exception("[Stind_Ref]: Not Implemented");
            }
        }
Пример #2
0
 public override void Execute(ILOpCode instr, MethodBase aMethod)
 {
     Stind_I.Stind_All(4);
 }