mirror of
https://github.com/open-goal/jak-project
synced 2026-09-01 01:52:03 -04:00
[decomp] memory usage (#945)
* fix type bug for memory-usage * avoid name conflict in link method and function
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
)
|
||||
|
||||
;; definition for method 3 of type memory-usage-block
|
||||
;; INFO: this function exists in multiple non-identical object files
|
||||
(defmethod inspect memory-usage-block ((obj memory-usage-block))
|
||||
(format #t "[~8x] ~A~%" obj (-> obj type))
|
||||
(format #t "~Twork-bsp: ~A~%" (-> obj work-bsp))
|
||||
|
||||
Reference in New Issue
Block a user