[decomp] memory usage (#945)

* fix type bug for memory-usage

* avoid name conflict in link method and function
This commit is contained in:
water111
2021-10-26 21:14:50 -04:00
committed by GitHub
parent 05d892e4ed
commit 66bd7cb464
15 changed files with 1358 additions and 30 deletions
@@ -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))