mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-12 06:08:41 +00:00
This means that userspace breakpoint traps no longer panic the kernel. This also causes us to no longer panic on failed assertions in userspace when using gcc, as gcc compiles __builtin_trap to breakpoint instructions on RISC-V.