]> git.corax.cc Git - corax/commitdiff
Add a comment to task.S high-lighting a possible future problem with regards to EBX
authorMatthias Kruk <m@m10k.eu>
Thu, 3 Oct 2019 09:44:13 +0000 (18:44 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 3 Oct 2019 09:44:13 +0000 (18:44 +0900)
kernel/arch/task.S

index e09095f33c11ebbf8457db1a88766d8c0376a824..7ab735417ae899ba36b3fc3639a41ddddba271a3 100644 (file)
@@ -224,6 +224,8 @@ task_switch:
        movl    %esp, OFFSET_TASK_ESP0(%esi)
        movl    %ebp, OFFSET_TASK_EBP0(%esi)
 
+       /* FIXME: What about EBX? */
+
        /*
         * Clear interrupts, since we won't have a valid stack until the
         * iret instruction in _int_restore is executed