Преглед изворни кода

Have the bsearch mode output the found index in hex

To match the dump of the reconstructed memory
Ian Goldberg пре 2 година
родитељ
комит
59d31650f0
1 измењених фајлова са 1 додато и 1 уклоњено
  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();
         });