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

Unified Diff: src/trusted/service_runtime/nacl_config.h

Issue 10978045: [MIPS] Use break instruction as NACL_HALT for MIPS. (Closed)
Patch Set: Created 8 years, 3 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
Index: src/trusted/service_runtime/nacl_config.h
diff --git a/src/trusted/service_runtime/nacl_config.h b/src/trusted/service_runtime/nacl_config.h
index 7e0bd1611c2f5dce3cd348237c3d0cbde1b68ea1..221c0aba114de7b1a3e41a03b3efa64928d28fec 100644
--- a/src/trusted/service_runtime/nacl_config.h
+++ b/src/trusted/service_runtime/nacl_config.h
@@ -269,6 +269,7 @@
# define NACL_STACK_GETS_ARG (0)
# define NACL_STACK_PAD_BELOW_ALIGN (0)
# define NACL_STACK_RED_ZONE (0)
+# define NACL_HALT break
/* 16 byte bundles */
#else /* NACL_ARCH(NACL_BUILD_ARCH) */

Powered by Google App Engine
This is Rietveld 408576698