mirror of
https://github.com/open-goal/jak-project
synced 2026-05-29 16:45:10 -04:00
[decompiler] Update vector ops, reduce casts (#3849)
Update the decompiler to use the new vf macros. Also, fix a bunch of silly casting issues where accessing inline fields with an offset of 0 would be better than a cast:  --------- Co-authored-by: water111 <awaterford1111445@gmail.com>
This commit is contained in:
@@ -2842,7 +2842,7 @@ TEST_F(FormRegressionTestJak1, Method19ResTag) {
|
||||
" (goto cfg-73)\n"
|
||||
" )\n"
|
||||
" (let ((t3-13 t4-1)\n"
|
||||
" (t4-4 (&-> (-> arg0 tag) t4-1))\n"
|
||||
" (t4-4 (&-> arg0 tag t4-1))\n"
|
||||
" )\n"
|
||||
" (while\n"
|
||||
" (not\n"
|
||||
|
||||
Reference in New Issue
Block a user