]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Remove debugging
authorToni Wilen <twilen@winuae.net>
Thu, 25 Aug 2022 20:07:36 +0000 (23:07 +0300)
committerToni Wilen <twilen@winuae.net>
Thu, 25 Aug 2022 20:07:36 +0000 (23:07 +0300)
cputest/main.c

index 3caf07f535e8d2c87a2e9bf7d98c146f77e126e0..9bf1ba64219d4e786844832cbbe0404653d17a39 100644 (file)
@@ -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++;