mirror of
https://github.com/open-goal/jak-project
synced 2026-09-04 10:41:44 -04:00
[decompiler] Make addition nicer (#733)
* temp * update refs * update reference * fix tests
This commit is contained in:
@@ -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