summaryrefslogtreecommitdiffstats
path: root/arch/x86/gdt/Gdt.h
diff options
context:
space:
mode:
authorAlexey Gavrilov <rebovas@yahoo.com>2024-03-05 17:20:53 +0700
committerAlexey Gavrilov <rebovas@yahoo.com>2024-03-05 17:20:53 +0700
commit1af53b431da6d3b5dcf7132f98f9eb2af88b57fa (patch)
tree730528109a1ffbd5505f05f3457156a68394d339 /arch/x86/gdt/Gdt.h
parent976575c12b5da66996a3204ec711e4937a3ef240 (diff)
GDT rename procedure + edit .gitignore
Diffstat (limited to 'arch/x86/gdt/Gdt.h')
-rwxr-xr-xarch/x86/gdt/Gdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/gdt/Gdt.h b/arch/x86/gdt/Gdt.h
index a8d7dc2..6667d93 100755
--- a/arch/x86/gdt/Gdt.h
+++ b/arch/x86/gdt/Gdt.h
@@ -59,7 +59,7 @@ class DescSeg32 // Segment descriptor
#ifdef __cplusplus
extern "C" {
#endif
-extern void GOTOGDTMEMSEG(uint64 pointer);
+extern void SWITCHTOGDT(uint64 pointer);
#ifdef __cplusplus
};
#endif