diff options
author | hpa <hpa> | 2005-08-20 00:27:14 +0000 |
---|---|---|
committer | hpa <hpa> | 2005-08-20 00:27:14 +0000 |
commit | 9e307c93a99ed6180622878359083cb77422b733 (patch) | |
tree | fac6dd6fc009ec25af56e27c9af18689b5f8c8a5 /pxelinux.asm | |
parent | d3dd0c5a66fde387207b5ab2c21f406e20280037 (diff) | |
download | syslinux-9e307c93a99ed6180622878359083cb77422b733.tar.gz |
Fix dependency generation.syslinux-3.10-pre14
Diffstat (limited to 'pxelinux.asm')
-rw-r--r-- | pxelinux.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pxelinux.asm b/pxelinux.asm index 1084a0c6..e1ad103e 100644 --- a/pxelinux.asm +++ b/pxelinux.asm @@ -276,6 +276,7 @@ _start: mov ds,ax mov es,ax +%ifndef DEPEND %if TEXT_START != 0x7c00 ; This is uglier than it should be, but works around ; some NASM 0.98.38 bugs. @@ -287,7 +288,7 @@ _start: std ; Overlapping areas, copy backwards rep movsd %endif - +%endif jmp 0:_start1 ; Canonicalize address _start1: mov bp,sp |