From: Toni Wilen Date: Thu, 25 Aug 2022 20:07:36 +0000 (+0300) Subject: Remove debugging X-Git-Tag: 41000~149 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=5541c8f9f4ee1f9b8525c0acd7aca6ac4144d0cd;p=francis%2Fwinuae.git Remove debugging --- diff --git a/cputest/main.c b/cputest/main.c index 3caf07f5..9bf1ba64 100644 --- a/cputest/main.c +++ b/cputest/main.c @@ -3668,7 +3668,6 @@ static int test_mnemo(const char *opcode) } int otestcnt = -1; - printf("offset = %d\n", foffset); for (;;) { if (otestcnt != testcnt) { printf("%s (%s). %u...\n", tfname, group, testcnt); @@ -3680,8 +3679,6 @@ static int test_mnemo(const char *opcode) test_data_size = 0; test_data = load_file(path, tfname, test_data_prealloc, &test_data_size, &foffset, 0, 1); - printf("%p %d\n", test_data, foffset); - if (!test_data) { if (foffset < 0) { filecnt++;