From: hpa Date: Thu, 12 Apr 2001 23:13:15 +0000 (+0000) Subject: Fix for full pathname lookup algorithm. X-Git-Tag: syslinux-3.11~840 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72b97066d2077161130bf7e833afb97724228b10;p=platform%2Fupstream%2Fsyslinux.git Fix for full pathname lookup algorithm. --- diff --git a/isolinux.asm b/isolinux.asm index b41cddd..d3b510a 100644 --- a/isolinux.asm +++ b/isolinux.asm @@ -2829,14 +2829,13 @@ searchdir_iso: cmp cl,'/' jne .scan mov [di-1],byte 0 ; Terminate at directory name - xchg ax,di mov cl,02h ; Search for directory xchg cl,[ISOFlags] - push ax + push di push cx push word .resume ; Where to "return" to push es -.isfile: +.isfile: xchg ax,di .getsome: ; Get a chunk of the directory