- remove typo

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@153 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2010-09-08 12:16:39 +00:00
parent 0f72be1a9e
commit b058e19f47

View file

@ -42,7 +42,7 @@ typedef struct {
* for which the 'presence' bit is cleared (0) will generate an
* "Unhandled Interrupt" exception
*/
static idt_entry_t idt[256] = {[0 ... 255] = 0x00};
static idt_entry_t idt[256] = {[0 ... 255] = {0, 0, 0, 0, 0}};
idt_ptr_t idtp;
/* This exists in 'start.asm', and is used to load our IDT */