Use symbolic stride again.
This commit is contained in:
parent
afae9b8d17
commit
1fc265b0aa
@ -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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user