Skip to content

Commit

Permalink
err
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyGamerJet committed Apr 27, 2024
1 parent c00d130 commit 8789565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cgo/syscall_cgo_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typedef struct syscall15Args {
uintptr_t fn;
uintptr_t a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15;
uintptr_t f1, f2, f3, f4, f5, f6, f7, f8;
uintptr_t arm64_r8;
uintptr_t err;
} syscall15Args;
void syscall15(struct syscall15Args *args) {
Expand Down

0 comments on commit 8789565

Please sign in to comment.