소스 검색

Have the bsearch mode output the found index in hex

To match the dump of the reconstructed memory
Ian Goldberg 3 년 전
부모
커밋
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();
         });