Files
serenity/Kernel/Library
Sönke Holz d033add27f Kernel: Share __assertion_failed() implementation between architectures
I put the generic implementation in Assertions.cpp, since the
declaration is in Assertions.h.

The only change needed to make the x86-64 implementation generic was
replacing the cli with a Processor::disable_interrupts().
2024-10-30 18:42:21 -04:00
..