diff options
Diffstat (limited to 'x86_64')
-rw-r--r-- | x86_64/xen_boothdr.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x86_64/xen_boothdr.S b/x86_64/xen_boothdr.S index 5208f627..da40a5c0 100644 --- a/x86_64/xen_boothdr.S +++ b/x86_64/xen_boothdr.S @@ -186,4 +186,5 @@ ldt: stack: .comm _intstack,INTSTACK_SIZE + .comm _eintstack,0 |