Reko.Arch.X86.ProcessorMode.ProcessorMode C# (CSharp) Method

ProcessorMode() protected method

protected ProcessorMode ( PrimitiveType wordSize, PrimitiveType framePointerType, PrimitiveType pointerType ) : Reko.Core
wordSize PrimitiveType
framePointerType PrimitiveType
pointerType PrimitiveType
return Reko.Core
        protected ProcessorMode(PrimitiveType wordSize, PrimitiveType framePointerType, PrimitiveType pointerType)
        {
            this.WordWidth = wordSize;
            this.FramePointerType = framePointerType;
            this.PointerType = pointerType;
        }