programs/develop/fasm/1.73/system.inc fix by ProMiNick

git-svn-id: svn://kolibrios.org@8213 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Rustem Gimadutdinov (rgimad) 2020-11-17 10:56:49 +00:00
parent 09709da89f
commit 6d6e328b43

View File

@ -422,9 +422,10 @@ make_fullpaths:
mov esi,[esp]
cmp byte[esi],'/'
jne @f
je abs_path
cmp byte[esi],'\'
jne @f
abs_path:
mov edi,fullpath_open
@@: