From d281e5233f304dab603d638a623ae54af8117ce7 Mon Sep 17 00:00:00 2001 From: comex Date: Sat, 17 Jan 2015 22:24:13 -0500 Subject: improve test; thumb2 fixes --- test/test-jump-dis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test-jump-dis.c') diff --git a/test/test-jump-dis.c b/test/test-jump-dis.c index 1afa4e5..1a34bc0 100644 --- a/test/test-jump-dis.c +++ b/test/test-jump-dis.c @@ -5,6 +5,7 @@ int main(UNUSED int argc, char **argv) { static char buf[1048576]; UNUSED size_t size = fread(buf, 1, sizeof(buf), stdin); + printf("size=%zd\n", size); int patch_size = atoi(argv[1]); int thumb = atoi(argv[2]); bool bad = P(main)(buf, 0x10000, 0x10000 + patch_size, thumb); -- cgit v1.2.3