From b47b52576e253ff2fd1347597f7af5cf074bc62b Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 11 Jan 2015 22:19:44 -0500 Subject: that was easy --- test/test-td-simple.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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); -- cgit v1.2.3