Skip to content

Commit 132f5c0

Browse files
minor tweak
1 parent 1b40acd commit 132f5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extern volatile struct limine_kernel_file_request rr_kfile_req;
3838

3939
struct reqset request_addresses(void) {
4040
static struct {
41-
uintptr_t arr[12];
41+
uintptr_t arr[11];
4242
} buf; /* backing storage, static so it survives return */
4343

4444
buf.arr[0] = (uintptr_t)limine_gdtr;

0 commit comments

Comments
 (0)