[decompiler] make (not (logtest? work (#1934)

This commit is contained in:
ManDude
2022-09-30 23:26:52 +01:00
committed by GitHub
parent 11ec9d5d14
commit 4e48ba21c1
120 changed files with 510 additions and 541 deletions
+1 -1
View File
@@ -2152,7 +2152,7 @@ TEST_F(FormRegressionTestJak1, ExprPrintTreeBitmask) {
"(begin\n"
" (dotimes\n"
" (s4-0 arg1)\n"
" (if (zero? (logand arg0 1)) (format #t \" \") (format #t \"| \"))\n"
" (if (not (logtest? arg0 1)) (format #t \" \") (format #t \"| \"))\n"
" (set! arg0 (shr arg0 1))\n"
" )\n"
" #f\n"