[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
@@ -1886,7 +1886,7 @@ TEST_F(FormRegressionTestJak1, ExprValid) {
" )\n"
" ((= arg1 binteger)\n"
" (cond\n"
" ((zero? (logand (the-as int arg0) 7))\n"
" ((not (logtest? (the-as int arg0) 7))\n"
" #t\n"
" )\n"
" (else\n"