rename reference to nonexistent MemoryAddress class to MemorySegment
This commit is contained in:
parent
6fc0101914
commit
854914350c
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@
|
||||||
|
|
||||||
;; cast null pointers to something understood by panama
|
;; cast null pointers to something understood by panama
|
||||||
(#{::mem/pointer} type)
|
(#{::mem/pointer} type)
|
||||||
`(or ~sym (MemoryAddress/NULL))
|
`(or ~sym (MemorySegment/NULL))
|
||||||
|
|
||||||
(mem/primitive-type type)
|
(mem/primitive-type type)
|
||||||
`(mem/serialize* ~sym ~type-sym ~session)
|
`(mem/serialize* ~sym ~type-sym ~session)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue