Remove unneeded stores back into the function arguments.
Submitted by: Christoph Mallon
This commit is contained in:
parent
bed56bb51b
commit
f863f9cbd9
@ -33,7 +33,5 @@ ENTRY(div)
|
||||
movl 8(%esp),%ecx
|
||||
cdq
|
||||
idiv %ecx
|
||||
movl %eax,4(%esp)
|
||||
movl %edx,8(%esp)
|
||||
ret
|
||||
END(div)
|
||||
|
@ -36,7 +36,5 @@ ENTRY(ldiv)
|
||||
movl 8(%esp),%ecx
|
||||
cdq
|
||||
idiv %ecx
|
||||
movl %eax,4(%esp)
|
||||
movl %edx,8(%esp)
|
||||
ret
|
||||
END(ldiv)
|
||||
|
Loading…
Reference in New Issue
Block a user