- Typo; thx to Thomas Chen

This commit is contained in:
Jan Stoess 2008-01-11 11:08:00 +01:00
parent aa68216064
commit db2182491c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*********************************************************************
*
* Copyright (C) 2007, Karlsruhe University
* Copyright (C) 2007-2008, Karlsruhe University
*
* File path: arch/x86/segdesc.h
* Description:
@ -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;