diff options
Diffstat (limited to 'i386/xen/xen_boothdr.S')
-rw-r--r-- | i386/xen/xen_boothdr.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/xen/xen_boothdr.S b/i386/xen/xen_boothdr.S index ac6ad25d..4704c66f 100644 --- a/i386/xen/xen_boothdr.S +++ b/i386/xen/xen_boothdr.S @@ -204,4 +204,5 @@ ldt: stack: .long _intstack+INTSTACK_SIZE,0xe021 .comm _intstack,INTSTACK_SIZE + .comm _eintstack,0 |