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

Unified Diff: tests/toolchain/eh_return.c

Issue 12256018: [MIPS] Add remaining parts for building tests for MIPS (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Minor cleanup. Created 7 years, 9 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 | « tests/stubout_mode/partly_invalid.c ('k') | tests/toolchain/stack_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/toolchain/eh_return.c
diff --git a/tests/toolchain/eh_return.c b/tests/toolchain/eh_return.c
index 80380e8016f78a81ee9e3973ee23f0009f334774..dd1477414fbec617709bcb17547dee9f04d6c1ef 100644
--- a/tests/toolchain/eh_return.c
+++ b/tests/toolchain/eh_return.c
@@ -24,6 +24,8 @@ void* return_address = 0;
*/
#if defined(__arm__)
#define STACK_REMAINDER 0L
+#elif defined(__mips__)
+ #define STACK_REMAINDER 0L
#elif defined(__i386__)
#define STACK_REMAINDER -4L
#elif defined(__x86_64__)
« no previous file with comments | « tests/stubout_mode/partly_invalid.c ('k') | tests/toolchain/stack_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698