We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d8567 commit d9dab84Copy full SHA for d9dab84
1 file changed
os/win/x86/inmem/ds.asm
@@ -39,10 +39,11 @@
39
.VirtualAlloc resd 1 ; edi
40
.LoadLibraryA resd 1 ; esi
41
.GetProcAddress resd 1 ; ebp
42
- .AddressOfEntryPoint resd 1 ; ebx
43
- .ImportTable resd 1 ; edx
44
- .BaseRelocationTable resd 1 ; eax
+ .AddressOfEntryPoint resd 1 ; esp
+ .ImportTable resd 1 ; ebx
+ .BaseRelocationTable resd 1 ; edx
45
.ImageBase resd 1 ; ecx
46
+ ; eax
47
endstruc
48
49
%ifndef BIN
0 commit comments