Exemple #1
0
        protected override IEnumerable <RtlInstructionCluster> GetRtlStream(IStorageBinder binder, IRewriterHost host)
        {
            var state = (XtensaProcessorState)arch.CreateProcessorState();

            return(new XtensaRewriter(arch, new LeImageReader(image, 0), state, new Frame(arch.WordWidth), host));
        }
Exemple #2
0
 public void Setup()
 {
     state = (XtensaProcessorState)arch.CreateProcessorState();
 }