summaryrefslogtreecommitdiffstats
path: root/arch/x86/gdt/Gdt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/gdt/Gdt.cpp')
-rwxr-xr-xarch/x86/gdt/Gdt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/gdt/Gdt.cpp b/arch/x86/gdt/Gdt.cpp
index 88c7bbd..80fcd13 100755
--- a/arch/x86/gdt/Gdt.cpp
+++ b/arch/x86/gdt/Gdt.cpp
@@ -88,7 +88,7 @@ bool MngGdt::loadGdt()
pointer <<= 16;
pointer |= size;
- GOTOGDTMEMSEG(pointer);
+ SWITCHTOGDT(pointer);
isGdtLoaded = 1;
return true;