bug fix: typo

"Thomas Chen" <[email protected]>
Newsgroups gmane.comp.micro-kernel.l4.l4ka.general
Message-ID <[email protected]>
=====
diff -r d60a65b88363 kernel/src/arch/x86/segdesc.h
--- a/kernel/src/arch/x86/segdesc.h     Mon Jan 07 09:32:14 2008 +0100
+++ b/kernel/src/arch/x86/segdesc.h     Fri Jan 11 13:53:23 2008 +0800
@@ -73,7 +73,7 @@ public:
                asm("sgdt %0\n" : "=m"(descriptor));
                break;
            case idtr:
-               asm("lidt %0\n" : "=m"(descriptor));
+               asm("sidt %0\n" : "=m"(descriptor));
                break;
            default:
                break;
=====

Thomas
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.