- 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:
parent
0f72be1a9e
commit
b058e19f47
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue