1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Upgraded to latest version.

committer: mfx <mfx> 1034618509 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2002-10-14 18:01:49 +00:00
parent 05db38225a
commit 973579f462

View File

@ -716,6 +716,10 @@ load_dpmi:
loadloop: loadloop:
mov ah, ';' ; Copy until this character mov ah, ';' ; Copy until this character
call store_env_string ; to "loadname" call store_env_string ; to "loadname"
or al,al ; Check terminating character
jne @f1 ; If ';', continue
dec di ; else point at null for next pass.
@f1:
cmp si, loadname ; anything there? cmp si, loadname ; anything there?
je do_exec ; final try (no path) let it return je do_exec ; final try (no path) let it return
mov al, [si-1] mov al, [si-1]