diff options
author | hpa <hpa> | 2004-12-28 07:00:01 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-28 07:00:01 +0000 |
commit | 1be764df9ef969c8f86dd838c26c3dbe6002be61 (patch) | |
tree | 4648de359a03fe8d73f1c862f9298b796e460a9a /extlinux.asm | |
parent | d12102fd89a05157672a4e4bb6e32dacd30ce27f (diff) | |
download | syslinux-1be764df9ef969c8f86dd838c26c3dbe6002be61.tar.gz |
Fix pxelinux relocation; work around infinite loop in pxelinux mangle_name
Diffstat (limited to 'extlinux.asm')
-rw-r--r-- | extlinux.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extlinux.asm b/extlinux.asm index dac3393f..9577d310 100644 --- a/extlinux.asm +++ b/extlinux.asm @@ -1449,5 +1449,3 @@ EndOfGetCBuf dw getcbuf+trackbufsize ; = getcbuf+BufSafeBytes %error trackbufsize must be a multiple of SECTOR_SIZE %endif %endif - align 4, db 0 ; Pad out any unfinished dword -ldlinux_end equ $ |