Remove parameter name.

It's assembly code, so no need to name it.
This commit is contained in:
Nicolás Ortega Froysa 2018-04-11 18:03:29 +02:00
parent e0eb1a92be
commit 794c4e0dd2
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -20,7 +20,7 @@
#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,
uint32_t limit, uint8_t access, uint8_t gran);
void gdt_install();