Work around a nasm bug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user