ladybird/Userland/Libraries/LibC/arch
Sönke Holz 1ab4135975 LibC: Pass arguments correctly to sigprocmask in setjmp for riscv64
For some reason I decided to change the argument passing order before
submitting my PR, but this would cause the oldset argument to always
be 0x74 as a0 is overridden with 0 in that order.
2024-01-15 14:34:15 +01:00
..
aarch64
riscv64 LibC: Pass arguments correctly to sigprocmask in setjmp for riscv64 2024-01-15 14:34:15 +01:00
x86_64