Skip to content

Commit

Permalink
hal-x86_64: Removed useless comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Aug 5, 2023
1 parent c4ca1a2 commit 3862022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/hal-x86_64/gdt.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ struct [[gnu::packed]] Gdt {
: tssEntry(tss) {}
};

extern "C" void _gdtLoad(void const *ptr); // implemented in gdt.s
extern "C" void _gdtLoad(void const *ptr);

extern "C" void _tssUpdate();

Expand Down

0 comments on commit 3862022

Please sign in to comment.