1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:58:11 +00:00
serenity/Userland/Libraries/LibC/arch/riscv64
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
..
crti.S Everywhere: Add RISC-V 64 target to the build system 2023-08-18 08:37:43 -06:00
crtn.S Everywhere: Add RISC-V 64 target to the build system 2023-08-18 08:37:43 -06:00
setjmp.S LibC: Pass arguments correctly to sigprocmask in setjmp for riscv64 2024-01-15 14:34:15 +01:00