From 1af53b431da6d3b5dcf7132f98f9eb2af88b57fa Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Tue, 5 Mar 2024 17:20:53 +0700 Subject: GDT rename procedure + edit .gitignore --- arch/x86/gdt/Gdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86/gdt/Gdt.h') 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 -- cgit v1.2.3