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