diff options
author | Anton Kling <anton@kling.gg> | 2024-02-14 17:40:06 +0100 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2024-02-14 17:40:06 +0100 |
commit | 3922adcdec5bd003b4106ffce79c28553bc40c15 (patch) | |
tree | f1af360cd7ad75d4b5f19bf066bf7e29ce8e3e53 /kernel/process.s | |
parent | a8ffc46136eb16adc87fb520c724467d1295a854 (diff) |
Kernel: Update signal handling and IPC
Diffstat (limited to 'kernel/process.s')
-rw-r--r-- | kernel/process.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/process.s b/kernel/process.s index 9f8ee71..caef941 100644 --- a/kernel/process.s +++ b/kernel/process.s @@ -101,7 +101,7 @@ insert_eip_on_stack: # WARNING: Caller is expected to disable IRQs before calling, and enable IRQs again after function returns switch_to_task: - cli +# cli # Save previous task's state |