summaryrefslogtreecommitdiff
path: root/i386/i386/idt-gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/idt-gen.h')
-rw-r--r--i386/i386/idt-gen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386/idt-gen.h b/i386/i386/idt-gen.h
index f86afb41..daa6aaf2 100644
--- a/i386/i386/idt-gen.h
+++ b/i386/i386/idt-gen.h
@@ -41,7 +41,7 @@
extern struct real_gate idt[IDTSZ];
/* Fill a gate in the IDT. */
-#define fill_idt_gate(int_num, entry, selector, access, dword_count) \
- fill_gate(&idt[int_num], entry, selector, access, dword_count)
+#define fill_idt_gate(_idt, int_num, entry, selector, access, dword_count) \
+ fill_gate(&_idt[int_num], entry, selector, access, dword_count)
#endif /* _I386_IDT_ */