diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-03-29 14:47:23 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-03-29 14:47:23 +0000 |
| commit | 8d16dcb672c4b5f4b0a12ef2eac3486f1b2bb316 (patch) | |
| tree | 16da74151876d1f0f0d9e6affeefc02329e8fc75 /arch/x86_64/src/context_switching/main.cpp | |
| parent | aba154ad01fc0e1e1274f2582b1493e78daa2559 (diff) | |
| download | teachos-8d16dcb672c4b5f4b0a12ef2eac3486f1b2bb316.tar.xz teachos-8d16dcb672c4b5f4b0a12ef2eac3486f1b2bb316.zip | |
remove empty line
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 f449a3a..008da2f 100644 --- a/arch/x86_64/src/context_switching/main.cpp +++ b/arch/x86_64/src/context_switching/main.cpp @@ -30,7 +30,6 @@ namespace teachos::arch::context_switching // FIXME: We currently cannot enable interrupts, since for some reason, we will later run into what looks like a GP // and triple fault. - // @MTO: SOMETIMES i get past a breakpoint here???? seems to happen when i actually pause before (f.e. inside the // idt). NEVER happened when stepping through quickly. Can you reproduce this? kernel::cpu::set_interrupt_flag(); |
