diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-27 14:11:43 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-27 14:11:43 +0000 |
| commit | a8a8e09ed39268839ca838c44489bb1352892fef (patch) | |
| tree | bdb9238251f5ca4f9569bf760cb891d1ac95b6de /arch/x86_64/src/context_switching/main.cpp | |
| parent | 13dd2bd5a88ec7efeadf8586778f2c5a26d8cd9e (diff) | |
| download | teachos-a8a8e09ed39268839ca838c44489bb1352892fef.tar.xz teachos-a8a8e09ed39268839ca838c44489bb1352892fef.zip | |
merge
Diffstat (limited to 'arch/x86_64/src/context_switching/main.cpp')
| -rw-r--r-- | arch/x86_64/src/context_switching/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/context_switching/main.cpp b/arch/x86_64/src/context_switching/main.cpp index f73cb19..287ced4 100644 --- a/arch/x86_64/src/context_switching/main.cpp +++ b/arch/x86_64/src/context_switching/main.cpp @@ -104,5 +104,4 @@ namespace teachos::arch::context_switching kernel::cpu::set_data_segment_registers(data_segment); kernel::cpu::set_code_segment_register(data_segment, code_segment, reinterpret_cast<uint64_t>(return_function)); } - } // namespace teachos::arch::context_switching |
