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

Side by Side Diff: tests/spec2k/300.twolf/diff

Issue 2244023002: Fix bugs with SPEC2k for WebAssembly (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client@master
Patch Set: Add TODO for 175.vpr Created 4 years, 4 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 | « tests/spec2k/197.parser/diff.README ('k') | tests/spec2k/300.twolf/diff.README » ('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 diff -Naurb src2/uloop2.c src/uloop2.c
2 --- src2/uloop2.c 2016-08-12 18:57:33.510089924 -0700
3 +++ src/uloop2.c 2016-08-12 18:57:51.278353834 -0700
4 @@ -62,7 +62,7 @@
5
6 fds = 0 ;
7 if( estimate_feeds ) {
8 - fds = controlf( 1 ) ;
9 + fds = controlf( ) ;
10 }
11
12 while( attempts < attmax ) {
OLDNEW
« no previous file with comments | « tests/spec2k/197.parser/diff.README ('k') | tests/spec2k/300.twolf/diff.README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698