Files
jak-project/test/decompiler/reference/jak2/engine/load/decomp-h_REF.gc
T
2023-09-30 10:24:37 -04:00

33 lines
923 B
Common Lisp
Vendored
Generated

;;-*-Lisp-*-
(in-package goal)
;; definition of type decomp-work
(deftype decomp-work (structure)
((buffer0 uint8 2048 :offset-assert 0)
(buffer1 uint8 2048 :offset-assert 2048)
(indices uint16 2048 :offset-assert 4096)
(temp-indices uint16 2048 :offset-assert 8192)
)
:method-count-assert 9
:size-assert #x3000
:flag-assert #x900003000
)
;; definition for method 3 of type decomp-work
(defmethod inspect decomp-work ((this decomp-work))
(when (not this)
(set! this this)
(goto cfg-4)
)
(format #t "[~8x] ~A~%" this 'decomp-work)
(format #t "~1Tbuffer0[2048] @ #x~X~%" (-> this buffer0))
(format #t "~1Tbuffer1[2048] @ #x~X~%" (-> this buffer1))
(format #t "~1Tindices[2048] @ #x~X~%" (-> this indices))
(format #t "~1Ttemp-indices[2048] @ #x~X~%" (-> this temp-indices))
(label cfg-4)
this
)
;; failed to figure out what this is:
0