We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fe9ab commit 3999af5Copy full SHA for 3999af5
syscall.go
@@ -27,6 +27,9 @@ type syscall15Args struct {
27
// There is an internal maximum number of arguments that SyscallN can take. It panics
28
// when the maximum is exceeded. It returns the result and the libc error code if there is one.
29
//
30
+// In order to call this function properly make sure to follow all the rules specified in [unsafe.Pointer]
31
+// especially point 4.
32
+//
33
// NOTE: SyscallN does not properly call functions that have both integer and float parameters.
34
// See discussion comment https://github.com/ebiten/purego/pull/1#issuecomment-1128057607
35
// for an explanation of why that is.
0 commit comments