mirror of
https://github.com/open-goal/jak-project
synced 2026-06-19 07:47:29 -04:00
8 lines
209 B
Common Lisp
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
|
|
) |