]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
comment: add FreeBSD syscall registers to syswrap-main comments
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 29 Oct 2025 19:48:52 +0000 (20:48 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 29 Oct 2025 19:50:25 +0000 (20:50 +0100)
coregrind/m_syswrap/syswrap-main.c

index 6f982998f8bc67e9ef70bfab155e1582840c2079..936124f4604d181ab42b5d678b8d95b3ba1fc308 100644 (file)
@@ -74,6 +74,7 @@
    FreeBSD:
    x86    eax +4   +8   +12  +16  +20  +24  +28  +32  edx:eax, eflags.c
    amd64  rax rdi  rsi  rdx  rcx  r8   r9   +8   +16  rdx:rax, rflags.c
+   arm64  x8  x0   x1   x2   x3   x4   x5   x6   x7   x0:x1, nzcv.c
 
    On s390x the svc instruction is used for system calls. The system call
    number is encoded in the instruction (8 bit immediate field). Since Linux