mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 01:04:11 -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:
@@ -2761,7 +2761,7 @@ TEST_F(FormRegressionTestJak1, ExprMethod18DeadPoolHeap) {
|
||||
" (-> s4-0 process)\n"
|
||||
" (relocate\n"
|
||||
" (-> s4-0 process)\n"
|
||||
" (&- (gap-location arg0 a1-3) (the-as uint (&-> (-> s4-0 process) type)))\n"
|
||||
" (&- (gap-location arg0 a1-3) (the-as uint (&-> s4-0 process type)))\n"
|
||||
" )\n"
|
||||
" )\n"
|
||||
" )\n"
|
||||
|
||||
Reference in New Issue
Block a user