Skip to content
Snippets Groups Projects
Commit 656761bd authored by Raymond Toy's avatar Raymond Toy
Browse files

Remove alloc_overflow_x87.

parent 68ffe6a9
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ ENDFUNC(fastcopy16)
/*
* alloc_overflow_x87 and alloc_overflow_sse2 must not be called from
* alloc_overflow_sse2 must not be called from
* C because it doesn't follow C conventions.
*
* On entry:
......@@ -380,18 +380,6 @@ ENDFUNC(fastcopy16)
* On exit:
* %eax = address
*/
FUNCDEF(alloc_overflow_x87)
STACK_PROLOGUE(12)
movl %ecx, 8(%esp) # Save ecx and edx registers
movl %edx, 4(%esp)
movl %eax, (%esp) # Put size on stack for first arg to alloc()
call GNAME(alloc)
movl 4(%esp), %edx # Restore edx and ecx registers. eax has the return value.
movl 8(%esp), %ecx
STACK_EPILOGUE
ret
ENDFUNC(alloc_overflow_x87)
FUNCDEF(alloc_overflow_sse2)
STACK_PROLOGUE(20)
movl %ecx, 8(%esp) # Save ecx and edx registers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment