Files
jak-project/test/goalc/source_templates/collections/inline-array-field.static.gc
T
2020-10-09 13:23:41 -04:00

8 lines
209 B
Common Lisp

(define format _format)
(let* ((base (the int integer))
(field (the int (-> integer method-table)))
(offset (- field base)))
;;(format #t "offset of methods table is ~d~%" offset)
offset
)