Work around a nasm bug

This commit is contained in:
theoddone33
2002-05-22 04:44:35 +00:00
parent 2f13e5f8d4
commit c664255b57

View File

@@ -4602,7 +4602,7 @@ NEWSYM loadfileGUI
; check for 2nd+ part of file ; check for 2nd+ part of file
mov edi,fname+1 mov edi,fname+1
mov byte[.cchar],'\' mov byte[.cchar],'\'
; get position of . or \ ; get position of . or \ (You suck nasm)
.nextsearch .nextsearch
cmp byte[edi],0 cmp byte[edi],0
je .nomore je .nomore