diff options
Diffstat (limited to 'i386/i386at/boothdr.S')
-rw-r--r-- | i386/i386at/boothdr.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386at/boothdr.S b/i386/i386at/boothdr.S index 9339cb91..82d4b34a 100644 --- a/i386/i386at/boothdr.S +++ b/i386/i386at/boothdr.S @@ -92,6 +92,7 @@ iplt_done: call EXT(c_boot_entry) .comm _intstack,INTSTACK_SIZE + .comm _eintstack,0 .align 16 .word 0 |