Files
jak-project/test/goalc/source_templates/library/align16-2.static.gc
T
2020-10-08 00:05:01 -04:00

5 lines
121 B
Common Lisp

(defun type-method-check ((obj type))
(align16 (+ 28 (* 4 (-> obj allocated-length))))
)
(type-method-check integer)