Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110353
b: refs/heads/master
c: 209b580
h: refs/heads/master
i:
  110351: ba14c22
v: v3
  • Loading branch information
Paolo Ciarrocchi authored and Ingo Molnar committed Aug 15, 2008
1 parent fbc6786 commit 2d5bc91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2070dae10f50ec244f58292436ace9a3f9dc1d71
refs/heads/master: 209b580fd8c3a42b69550c98de434671d41a4ebb
6 changes: 3 additions & 3 deletions trunk/arch/x86/lib/strstr_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ __asm__ __volatile__(
"jne 1b\n\t"
"xorl %%eax,%%eax\n\t"
"2:"
:"=a" (__res), "=&c" (d0), "=&S" (d1)
:"0" (0), "1" (0xffffffff), "2" (cs), "g" (ct)
:"dx", "di");
: "=a" (__res), "=&c" (d0), "=&S" (d1)
: "0" (0), "1" (0xffffffff), "2" (cs), "g" (ct)
: "dx", "di");
return __res;
}

0 comments on commit 2d5bc91

Please sign in to comment.