Remove parameter name.
It's assembly code, so no need to name it.
This commit is contained in:
parent
e0eb1a92be
commit
794c4e0dd2
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "structs.h"
|
#include "structs.h"
|
||||||
|
|
||||||
extern void gdt_flush(struct segreg *gdtr);
|
extern void gdt_flush(struct segreg*);
|
||||||
void gdt_entry_set(struct segdesc *entry, uint32_t base,
|
void gdt_entry_set(struct segdesc *entry, uint32_t base,
|
||||||
uint32_t limit, uint8_t access, uint8_t gran);
|
uint32_t limit, uint8_t access, uint8_t gran);
|
||||||
void gdt_install();
|
void gdt_install();
|
||||||
|
Loading…
Reference in New Issue
Block a user