Skip to content

Commit d9dab84

Browse files
committed
upd
1 parent a6d8567 commit d9dab84

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

os/win/x86/inmem/ds.asm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@
3939
.VirtualAlloc resd 1 ; edi
4040
.LoadLibraryA resd 1 ; esi
4141
.GetProcAddress resd 1 ; ebp
42-
.AddressOfEntryPoint resd 1 ; ebx
43-
.ImportTable resd 1 ; edx
44-
.BaseRelocationTable resd 1 ; eax
42+
.AddressOfEntryPoint resd 1 ; esp
43+
.ImportTable resd 1 ; ebx
44+
.BaseRelocationTable resd 1 ; edx
4545
.ImageBase resd 1 ; ecx
46+
; eax
4647
endstruc
4748

4849
%ifndef BIN

0 commit comments

Comments
 (0)