Use symbolic stride again.

This commit is contained in:
Markus F.X.J. Oberhumer 2006-08-16 07:59:21 +02:00
parent afae9b8d17
commit 1fc265b0aa

View File

@ -98,8 +98,8 @@ L30: // distribute existing Elf32_auxv into new table
je L40
cmp ecx, AT_NUMBER
jae L30
mov [a_type - sz_auxv + edi + 8*ecx], ecx
mov [a_val - sz_auxv + edi + 8*ecx], eax
mov [a_type - sz_auxv + sz_auxv*ecx + edi], ecx
mov [a_val - sz_auxv + sz_auxv*ecx + edi], eax
jmp L30
L40: