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

Side by Side Diff: tests/spec2k/164.gzip/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 | « no previous file | tests/spec2k/164.gzip/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 /usr/local/google/home/ddchen/spec/2000/benchspec/CINT2000/164.gzip/ src/util.c src/util.c
2 --- src/util.c 1998-11-09 07:12:32.000000000 -0800
3 +++ src2/util.c 2016-08-11 13:52:52.409553232 -0700
4 @@ -162,6 +162,7 @@
5 }
6 }
7
8 +#ifndef __EMSCRIPTEN__
9 /* ========================================================================
10 * Put string s in lower case, return s.
11 */
12 @@ -172,6 +173,7 @@
13 for (t = s; *t; t++) *t = tolow(*t);
14 return s;
15 }
16 +#endif
17
18 /* ========================================================================
19 * Return the base name of a file (remove any directory prefix and
OLDNEW
« no previous file with comments | « no previous file | tests/spec2k/164.gzip/diff.README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698