diff options
author | comex | 2015-01-11 22:19:44 -0500 |
---|---|---|
committer | comex | 2015-01-11 22:19:44 -0500 |
commit | b47b52576e253ff2fd1347597f7af5cf074bc62b (patch) | |
tree | 501d1f426cdde88d9af0d5a7c67695824c4e9a11 /test/test-td-simple.c | |
parent | thumb2 and stuff (diff) | |
download | substitute-b47b52576e253ff2fd1347597f7af5cf074bc62b.tar.gz |
that was easy
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 9844fbd..755102b 100644 --- a/test/test-td-simple.c +++ b/test/test-td-simple.c @@ -63,6 +63,7 @@ int main(UNUSED int argc, char **argv) { struct tc ctx; ctx.pc = 0xdead0000; ctx.op = (uint32_t) strtoll(argv[1] ? argv[1] : "deadbeef", NULL, 16); + ctx.newop = 0; PDIS(&ctx); printf("==> %x\n", ctx.newop); |