Name: Anonymous 2011-10-13 15:34
It's 2011, and...
...it's compiler is still being retarded.
(I checked, there are no jumps between there. This is one run of code.)
mov eax, [ebx]
mov edx, [ebp-16]
mov [eax+4], edx
mov eax, [ebx] ; WTF? Who changed eax or ebx?
mov edx, [ebp-12]
mov [eax+8], edx
mov eax, [ebx] ; WTF? Who changed eax or ebx?
mov edx, [ebp-8]
mov [eax+12], edx...it's compiler is still being retarded.
(I checked, there are no jumps between there. This is one run of code.)