search for: trootas

Displaying 1 result from an estimated 1 matches for "trootas".

Did you mean: roots
2016 Sep 10
0
[PATCH] gm107: separate out sched decoding from regular ops
....c @@ -741,7 +741,7 @@ struct matches *do_as(const struct disisa *isa, struct varinfo *varinfo, struct struct iasctx c = { isa, varinfo }; struct iasctx *ctx = &c; convert_insn(ctx, insn); - struct matches *m = atomtab_a(ctx, isa->troot, 0); + struct matches *m = atomtab_a(ctx, isa->trootas ?: isa->troot, 0); int i; for (i = 0; i < m->mnum; i++) if (m->m[i].lpos == ctx->atomsnum) { diff --git a/envydis/core-dis.c b/envydis/core-dis.c index 9d9ca5b..f4af5f2 100644 --- a/envydis/core-dis.c +++ b/envydis/core-dis.c @@ -489,7 +489,10 @@ struct dis_res *do_dis(struct...