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

Unified Diff: crosstest/simple_loop_main.c

Issue 1706883003: Subzero. Removes X8664_STACK_HACK from the crosstests. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: removes code setting the stack size Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crosstest/mem_intrin_main.cpp ('k') | crosstest/stack_hack.x8664.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crosstest/simple_loop_main.c
diff --git a/crosstest/simple_loop_main.c b/crosstest/simple_loop_main.c
index 6c738b947a1e4db1fb0fb55db5fcbe9e466afc3b..ed34b021e356e064123b9615c5ac935eafb9fbcc 100644
--- a/crosstest/simple_loop_main.c
+++ b/crosstest/simple_loop_main.c
@@ -6,11 +6,7 @@
int simple_loop(int *a, int n);
int Subzero_simple_loop(int *a, int n);
-#ifdef X8664_STACK_HACK
-int wrapped_main(int argc, char *argv[]) {
-#else // !defined(X8664_STACK_HACK)
int main(int argc, char *argv[]) {
-#endif // X8664_STACK_HACK
unsigned TotalTests = 0;
unsigned Passes = 0;
unsigned Failures = 0;
« no previous file with comments | « crosstest/mem_intrin_main.cpp ('k') | crosstest/stack_hack.x8664.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698