Browse Source

Have the bsearch mode output the found index in hex

To match the dump of the reconstructed memory
Ian Goldberg 1 year ago
parent
commit
59d31650f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      online.cpp

+ 1 - 1
online.cpp

@@ -797,7 +797,7 @@ static void bsearch_test(MPCIO &mpcio, yield_t &yield,
                 }
             }
             if (tio.player() == 0) {
-                printf("Found index = %lu\n", tindex.share());
+                printf("Found index = %lx\n", tindex.share());
             }
             tio.send();
         });