We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d96cf4 commit 0e3966aCopy full SHA for 0e3966a
plugins/primus_lisp/lisp/pointers.lisp
@@ -73,4 +73,4 @@
73
"(array-set T P N W) sets to W the N-th element of the array of
74
elements of type T, pointed by P. Returns a pointer to the next
75
element"
76
- (write-word t (ptr+ p n) w))
+ (write-word t (ptr+ t p n) w))
0 commit comments