mirror of
https://github.com/open-goal/jak-project
synced 2026-06-01 17:58:14 -04:00
[decompiler] make (not (logtest? work (#1934)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user