Displaying 1 result from an estimated 1 matches for "dbg_isodir_msg".
2008 Jul 16
1
[PATCH] isolinux: rename CurDir to CurrentDir
...mov [CurrentDir+dir_len],eax
mov eax,[si+file_left]
- mov [CurDir+dir_clust],eax
+ mov [CurrentDir+dir_clust],eax
xor eax,eax ; Free this file pointer entry
xchg eax,[si+file_sector]
- mov [CurDir+dir_lba],eax
+ mov [CurrentDir+dir_lba],eax
%ifdef DEBUG_MESSAGES
push si
mov si,dbg_isodir_msg
@@ -1138,7 +1138,7 @@
push es
push ds
pop es ; ES = DS
- mov si,CurDir
+ mov si,CurrentDir
cmp byte [di],'/' ; If filename begins with slash
jne .not_rooted
inc di ; Skip leading slash