mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 03:52:34 +00:00
This fixes a triple fault that occurs when compiling serenity with the i686 clang toolchain. (The underlying issue is that the old inline assembly did not specify that it clobbered the eax/ecx/edx registers and as such the compiler assumed they were not changed and used their values across it) Co-authored-by: Brian Gianforcaro <bgianf@serenityos.org> |
||
|---|---|---|
| .. | ||
| ASM_wrapper.cpp | ||
| CPU.cpp | ||
| Interrupts.cpp | ||
| Processor.cpp | ||
| ProcessorInfo.cpp | ||
| SafeMem.cpp | ||
| TrapFrame.cpp | ||