diff options
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 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); |