mirror of
https://github.com/open-goal/jak-project
synced 2026-06-30 11:51:55 -04:00
[decompiler] Make addition nicer (#733)
* temp * update refs * update reference * fix tests
This commit is contained in:
@@ -1426,7 +1426,7 @@
|
||||
(+ (- -1 s5-0) (-> arg0 sel-length))
|
||||
)
|
||||
)
|
||||
(set! s4-0 (+ (+ s4-0 3) (-> s3-0 pix-width)))
|
||||
(set! s4-0 (+ s4-0 3 (-> s3-0 pix-width)))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
@@ -161,9 +161,9 @@
|
||||
(.sync.l)
|
||||
(.sync.p)
|
||||
(.mfpc v1-1 pcr0)
|
||||
(+! (-> obj accum0) (the-as uint v1-1))
|
||||
(+! (-> obj accum0) v1-1)
|
||||
(.mfpc v1-3 pcr1)
|
||||
(+! (-> obj accum1) (the-as uint v1-3))
|
||||
(+! (-> obj accum1) v1-3)
|
||||
(label cfg-2)
|
||||
0
|
||||
(none)
|
||||
@@ -190,7 +190,3 @@
|
||||
(set! (-> perf-stat method-table 12) nothing)
|
||||
(set! (-> perf-stat method-table 13) nothing)
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user