Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: lss.patch

Issue 3183009: WIP patch with fixes for building with Clang. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Update Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « llvm.sh ('k') | testing/gmock/include/gmock/gmock-actions.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Index: linux_syscall_support.h
2 ===================================================================
3 --- linux_syscall_support.h (revision 3)
4 +++ linux_syscall_support.h (working copy)
5 @@ -1844,8 +1844,8 @@
6 void *newtls, int *child_tidptr) {
7 long __res;
8 {
9 - register void *__tls __asm__("r8") = newtls;
10 - register int *__ctid __asm__("r10") = child_tidptr;
11 + register void *__tls /*__asm__("r8")*/ = newtls;
12 + register int *__ctid /*__asm__("r10")*/ = child_tidptr;
13 __asm__ __volatile__(/* if (fn == NULL)
14 * return -EINVAL;
15 */
OLDNEW
« no previous file with comments | « llvm.sh ('k') | testing/gmock/include/gmock/gmock-actions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698