diff options
author | comex | 2015-01-17 20:09:42 -0500 |
---|---|---|
committer | comex | 2015-01-17 20:09:42 -0500 |
commit | 17d4d47511fe1a51ffeb83f0fe923993680304dd (patch) | |
tree | 17934be6219f5ec8d870d79c15a7d7516a83f42f /test | |
parent | transform-dis stuff - compiles for arm, so far (diff) | |
download | substitute-17d4d47511fe1a51ffeb83f0fe923993680304dd.tar.gz |
IT, BX LR - untested
Diffstat (limited to 'test')
-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) |