Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138724
b: refs/heads/master
c: dd1ef4e
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Mar 12, 2009
1 parent 376f548 commit 601b619
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2810188c1b810c68139608a207befae0a4f1e69
refs/heads/master: dd1ef4ec4721ddc0a1f2b73a4f67930cb320665c
7 changes: 0 additions & 7 deletions trunk/arch/x86/lib/memcpy_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ ENDPROC(memcpy_c)
ENTRY(__memcpy)
ENTRY(memcpy)
CFI_STARTPROC
pushq %rbx
CFI_ADJUST_CFA_OFFSET 8
CFI_REL_OFFSET rbx, 0
movq %rdi,%rax

movl %edx,%ecx
Expand Down Expand Up @@ -102,11 +99,7 @@ ENTRY(memcpy)
jnz .Lloop_1

.Lende:
popq %rbx
CFI_ADJUST_CFA_OFFSET -8
CFI_RESTORE rbx
ret
.Lfinal:
CFI_ENDPROC
ENDPROC(memcpy)
ENDPROC(__memcpy)
Expand Down

0 comments on commit 601b619

Please sign in to comment.