mirror of https://github.com/l4ka/pistachio.git
- Typo; thx to Thomas Chen
This commit is contained in:
parent
aa68216064
commit
db2182491c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue