Displaying 1 result from an estimated 1 matches for "oplen".
Did you mean:
open
2016 Sep 10
0
[PATCH] gm107: separate out sched decoding from regular ops
...tomtab_d (ctx, res->a, res->m, deco->isa->troot);
+ if (deco->isa->tsched && (cur*stride % deco->isa->schedpos) == 0)
+ atomtab_d (ctx, res->a, res->m, deco->isa->tsched);
+ else
+ atomtab_d (ctx, res->a, res->m, deco->isa->troot);
res->oplen = ctx->oplen;
if (res->oplen + cur > deco->codesz)
res->status |= DIS_STATUS_EOF;
diff --git a/envydis/gm107.c b/envydis/gm107.c
index f322ded..6858b0c 100644
--- a/envydis/gm107.c
+++ b/envydis/gm107.c
@@ -1910,11 +1910,22 @@ static struct insn tabroot[] = {
{ 0x0400000000000...