From 5541c8f9f4ee1f9b8525c0acd7aca6ac4144d0cd Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Thu, 25 Aug 2022 23:07:36 +0300 Subject: [PATCH] Remove debugging --- cputest/main.c | 3 --- 1 file changed, 3 deletions(-) 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++; -- 2.47.3