mirror of
https://github.com/open-goal/jak-project
synced 2026-06-17 07:08:17 -04:00
[OpenGOAL] make multiplication/divsion like GOAL and support in decompiler (#483)
* support in compiler * multiplication in the decompiler * update divisions
This commit is contained in:
@@ -2591,10 +2591,10 @@ TEST_F(FormRegressionTest, ExprMethod16DeadPoolHeap) {
|
||||
" )\n"
|
||||
" )\n"
|
||||
" ((< f0-2 (l.f L347))\n"
|
||||
" (set! arg1 (shl arg1 2))\n"
|
||||
" (set! arg1 (* arg1 4))\n"
|
||||
" )\n"
|
||||
" ((< f0-2 (l.f L348))\n"
|
||||
" (set! arg1 (shl arg1 1))\n"
|
||||
" (set! arg1 (* arg1 2))\n"
|
||||
" )\n"
|
||||
" )\n"
|
||||
" )\n"
|
||||
|
||||
Reference in New Issue
Block a user