Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88648
b: refs/heads/master
c: 93d8bd3
h: refs/heads/master
v: v3
  • Loading branch information
Paolo Ciarrocchi authored and Ingo Molnar committed Apr 17, 2008
1 parent 119a7c4 commit a13d9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e0f025704437dfd6cb5adc077f05709c31189edc
refs/heads/master: 93d8bd3d4f070014e1e73c0ac618ac33924a7b96
2 changes: 1 addition & 1 deletion trunk/arch/x86/lib/memcpy_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void *memmove(void *dest, const void *src, size_t n)
int d0, d1, d2;

if (dest < src) {
memcpy(dest,src,n);
memcpy(dest, src, n);
} else {
__asm__ __volatile__(
"std\n\t"
Expand Down

0 comments on commit a13d9e2

Please sign in to comment.