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 /lib/transform-dis.inc.h | |
parent | transform-dis stuff - compiles for arm, so far (diff) | |
download | substitute-17d4d47511fe1a51ffeb83f0fe923993680304dd.tar.gz |
IT, BX LR - untested
Diffstat (limited to 'lib/transform-dis.inc.h')
-rw-r--r-- | lib/transform-dis.inc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/transform-dis.inc.h b/lib/transform-dis.inc.h index b20012a..04cd7f2 100644 --- a/lib/transform-dis.inc.h +++ b/lib/transform-dis.inc.h @@ -22,6 +22,8 @@ struct transform_dis_ctx { const void *ptr; void **rewritten_ptr_ptr; void *write_newop_here; + + struct arch_dis_ctx arch; }; #define tdis_ctx struct transform_dis_ctx * |