diff options
Diffstat (limited to 'test/test-td-simple.c')
-rw-r--r-- | test/test-td-simple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-td-simple.c b/test/test-td-simple.c index e1524f5..4464091 100644 --- a/test/test-td-simple.c +++ b/test/test-td-simple.c @@ -12,6 +12,7 @@ typedef struct tc { uint32_t newval[4]; bool modify; int op_size; + struct arch_dis_ctx arch; } *tdis_ctx; #define P(x) P_##x #define TDIS_CTX_MODIFY(ctx) ((ctx)->modify) |