fix: correction temporaire pour permettre l'execution d'application non CE
This commit is contained in:
parent
cac7a678dd
commit
9c770034e7
|
@ -78,8 +78,9 @@ MBloadfuncs:
|
|||
push ax bx ecx dx si di ds es gs
|
||||
push gs
|
||||
pop ds
|
||||
cmp word ptr ds:[exe.Checks],"EC"
|
||||
jne notloaded
|
||||
cmp word ptr ds:[0],"EC"
|
||||
;jne notloaded
|
||||
jne endofloading
|
||||
mov si,ds:[exe.import]
|
||||
loadfuncs:
|
||||
cmp word ptr [si],0
|
||||
|
@ -120,9 +121,6 @@ notloaded:
|
|||
ret
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;Recherche une fonction pointé par DS:SI en mémoire et renvoie son adresse en GS:DX
|
||||
MBSearchfunc:
|
||||
push bx si di
|
||||
|
|
Loading…
Reference in New Issue