mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 04:10:23 -04:00
[decompiler] fix missing casts issue (#573)
* fix casts issue * fix bug * one last small fix
This commit is contained in:
@@ -288,7 +288,7 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(the-as pointer (the-as uint load-location))
|
||||
(the-as pointer load-location)
|
||||
)
|
||||
)
|
||||
|
||||
@@ -417,7 +417,3 @@
|
||||
)
|
||||
(none)
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -272,9 +272,5 @@
|
||||
)
|
||||
|
||||
;; failed to figure out what this is:
|
||||
(let ((v0-5 0))
|
||||
(let ((v0-12 0))
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -101,9 +101,5 @@
|
||||
)
|
||||
|
||||
;; failed to figure out what this is:
|
||||
(let ((v0-4 0))
|
||||
(let ((v0-7 0))
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user