浏览代码

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();
         });