ref: update pad_REF (#1761)

This commit is contained in:
Tyler Wilding
2022-08-14 23:23:30 -04:00
committed by GitHub
parent ead7f3415f
commit 4dd0c8bf2c
+3 -3
View File
@@ -140,11 +140,11 @@
;; definition of type cpad-list
(deftype cpad-list (basic)
((num-cpads int32 :offset-assert 4)
(cpads cpad-info 2 :offset-assert 8)
(cpads cpad-info 4 :offset-assert 8)
)
:method-count-assert 9
:size-assert #x10
:flag-assert #x900000010
:size-assert #x18
:flag-assert #x900000018
(:methods
(new (symbol type) _type_ 0)
)